namespace | http://www.ite.org/tmdd | ||||
type | restriction of xs:unsignedByte | ||||
used by |
|
||||
facets |
|
||||
annotation |
|
||||
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> |