annotation |
documentation | <objectClass>Organization</objectClass>
<definition>A unique identifier within an organization for a resource (organization, center, event, person, vehicle, device, etc), consistent with NTCIP 1104.
Any set of alphanumeric characters up to 32.</definition> |
|
source |
<xs:simpleType name="Organization-resource-identifier">
<xs:annotation>
<xs:documentation>
<objectClass>Organization</objectClass>
<definition>A unique identifier within an organization for a resource (organization, center, event, person, vehicle, device, etc), consistent with NTCIP 1104.
Any set of alphanumeric characters up to 32.</definition>
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="32"/>
</xs:restriction>
</xs:simpleType> |