diagram | ![]() |
||
namespace | http://taf-jsg.info/schemes | ||
properties |
|
||
children | CustomerType CustomerNumber AdministrativeContactInformation LeadRU | ||
used by |
|
||
annotation |
|
||
source | <xs:element name="Customers"> <xs:annotation> <xs:documentation>Information about the consignor and consignee</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="CustomerType"> <xs:annotation> <xs:documentation>Type of participation CR: Consignor CE: Consignee </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="CR"/> <xs:enumeration value="CE"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:sequence> <xs:element ref="CustomerNumber" minOccurs="0"> <xs:annotation> <xs:documentation>CustomerNumber</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="AdministrativeContactInformation"/> <xs:element ref="LeadRU"/> </xs:sequence> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
|||||||||
namespace | http://taf-jsg.info/schemes | |||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="CustomerType"> <xs:annotation> <xs:documentation>Type of participation CR: Consignor CE: Consignee </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="CR"/> <xs:enumeration value="CE"/> </xs:restriction> </xs:simpleType> </xs:element> |