Showing:

Annotations
Diagrams
Properties
Source
Used by
Element CustomerOrganizationType / CustomerNumber
Annotations
The CustomerNumber element is the supplier's number for the customer.
Diagram
Diagram
Type xs:token
Properties
content simple
Source
<xs:element name="CustomerNumber" type="xs:token">
  <xs:annotation>
    <xs:documentation>The CustomerNumber element is the supplier's number for the customer.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type CustomerOrganizationType
Annotations
The CustomerOrganizationType defines information about the supplier's view of the customer.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_OrganizationType.tmp#OrganizationType_Name IntermediatesPMI_xsd_Complex_Type_OrganizationType.tmp#OrganizationType_Address Primitives_xsd_Element_Attributes.tmp#Attributes IntermediatesPMI_xsd_Complex_Type_OrganizationType.tmp#OrganizationType IntermediatesPMI_xsd_Complex_Type_CustomerOrganizationType.tmp#CustomerOrganizationType_CustomerNumber
Type extension of OrganizationType
Type hierarchy
Used by
Children Address, Attributes, CustomerNumber, Name
Source
<xs:complexType name="CustomerOrganizationType">
  <xs:annotation>
    <xs:documentation>The CustomerOrganizationType defines information about the supplier's view of the customer.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="OrganizationType">
      <xs:sequence>
        <xs:element name="CustomerNumber" type="xs:token">
          <xs:annotation>
            <xs:documentation>The CustomerNumber element is the supplier's number for the customer.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd