The CustomerNumber element is the supplier's number for the customer.
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>
<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>