<xsd:simpleType name="AgencyRoleCodeEnumType">
<xsd:annotation>
<xsd:documentation>
<ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Agency Role. Code</ccts:DictionaryEntryName>
<ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">A code classifying the role of an entity or the role with which that entity is associated. </ccts:DefinitionText>
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Customer" />
<xsd:enumeration value="Supplier" />
<xsd:enumeration value="Requester" />
</xsd:restriction>
</xsd:simpleType>
|