namespace | http://www.ite.org/tmdd | ||
type | restriction of xs:string | ||
used by |
|
||
facets |
|
||
annotation |
|
||
source | <xs:simpleType name="Organization-location-fips"> <xs:annotation> <xs:documentation> <objectClass>Organization</objectClass> <definition>An 10 character organization location code. The following pattern applies to the location code: SSCCCPPPPP, with the following restrictions apply. SS=01 through 99; CCC=001 through 999 or PPPPP=00001 through 99999. SS represents State, CCC represents County and PPPPP represents place name. County or Place name can be used with State required</definition> </xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:length value="10"/> </xs:restriction> </xs:simpleType> |