Showing:

Diagrams
Facets
Properties
Source
Used by
Imported schema UNECE_AgencyIdentificationCode_D12B.xsd
Namespace urn:un:unece:uncefact:codelist:standard:UNECE:AgencyIdentificationCode:D12B
Properties
attribute form default unqualified
element form default qualified
version 1.1.6
Simple Type AgencyIdentificationCodeContentType
Namespace urn:un:unece:uncefact:codelist:standard:UNECE:AgencyIdentificationCode:D12B
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 3
pattern .{1,3}
Used by
Source
<xs:simpleType name="AgencyIdentificationCodeContentType">
  <xs:restriction base="xs:string">
    <xs:maxLength value="3"/>
    <xs:pattern value=".{1,3}"/>
  </xs:restriction>
</xs:simpleType>