simpleType Contact-mailing-address-state
namespace http://www.ite.org/tmdd
type restriction of xs:string
used by
element ContactDetails/state
facets
minLength 1
maxLength 2
annotation
documentation
<objectClass>Organization</objectClass>
<definition>The state abbreviation portion of the mailing address of a person at an organization to contact regarding a roadway event.
            Any ASCII characters as a two letter state code.</definition>
source <xs:simpleType name="Contact-mailing-address-state">
 
<xs:annotation>
   
<xs:documentation>
     
<objectClass>Organization</objectClass>
     
<definition>The state abbreviation portion of the mailing address of a person at an organization to contact regarding a roadway event.
            Any ASCII characters as a two letter state code.
</definition>
   
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="2"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy