simpleType Contact-mailing-address-entry
namespace http://www.ite.org/tmdd
type restriction of xs:string
used by
elements ContactDetails/address-line1 ContactDetails/address-line2 ContactDetails/city ContactDetails/country ContactDetails/zip-code
facets
minLength 1
maxLength 32
annotation
documentation
<objectClass>Organization</objectClass>
<definition>The address line, zip code, or country portion of the mailing address of a person at an organization to contact regarding a roadway event.</definition>
source <xs:simpleType name="Contact-mailing-address-entry">
 
<xs:annotation>
   
<xs:documentation>
     
<objectClass>Organization</objectClass>
     
<definition>The address line, zip code, or country portion of the mailing address of a person at an organization to contact regarding a roadway event.</definition>
   
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="32"/>
 
</xs:restriction>
</xs:simpleType>


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