git_bsmd/nsw/NSWClient/Service References/wasteNotificationServiceReference/unlocode.xsd
2015-02-13 16:53:05 +00:00

11 lines
507 B
XML

<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning" attributeFormDefault="unqualified" elementFormDefault="qualified" vc:minVersion="1.1" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:simpleType name="unlocodeType">
<xs:annotation>
<xs:documentation>UN/LOCODE</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="\p{L}{5}" />
</xs:restriction>
</xs:simpleType>
</xs:schema>