simpleType Event-location-rank
namespace http://www.ite.org/tmdd
type restriction of xs:unsignedByte
used by
elements AreaLocation/location-rank LandmarkLocation/location-rank PointOnLink/location-rank
facets
minInclusive 1
maxInclusive 10
annotation
documentation
<objectClass>Event</objectClass>
<definition>Ranking of a location 10 being highest.</definition>
            number
        
source <xs:simpleType name="Event-location-rank">
 
<xs:annotation>
   
<xs:documentation>
     
<objectClass>Event</objectClass>
     
<definition>Ranking of a location 10 being highest.</definition>
            number
        
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:unsignedByte">
   
<xs:minInclusive value="1"/>
   
<xs:maxInclusive value="10"/>
 
</xs:restriction>
</xs:simpleType>


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