namespace | http://www.ite.org/tmdd | ||||
type | restriction of xs:string | ||||
used by |
|
||||
facets |
|
||||
annotation |
|
||||
source | <xs:simpleType name="Organization-function"> <xs:annotation> <xs:documentation> <objectClass>Organization</objectClass> <definition>A textual description of the function of an organization (transportation, emergency management, public safety, etc.) within a region.</definition> </xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="128"/> </xs:restriction> </xs:simpleType> |