Showing:

Diagrams
Facets
Properties
Source
Used by
Imported schema ISO_ISO3AlphaCurrencyCode_2012-08-31.xsd
Namespace urn:un:unece:uncefact:codelist:standard:ISO:ISO3AlphaCurrencyCode:2012-08-31
Properties
attribute form default unqualified
element form default qualified
version 1.1.6
Simple Type ISO3AlphaCurrencyCodeContentType
Namespace urn:un:unece:uncefact:codelist:standard:ISO:ISO3AlphaCurrencyCode:2012-08-31
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 3
pattern [A-Za-z]{3}
Used by
Source
<xs:simpleType name="ISO3AlphaCurrencyCodeContentType">
  <xs:restriction base="xs:string">
    <xs:maxLength value="3"/>
    <xs:pattern value="[A-Za-z]{3}"/>
  </xs:restriction>
</xs:simpleType>