Namespace: |
|
Defined: |
globally in dFacility_v3.xsd; see XML source |
Used: |
at 1 location |
Simple Content Model |
xs:string |
MaxLength: |
100 |
MinLength: |
2 |
Type Derivation Tree xs:string (restriction) ![]() |
Derivation: |
restriction of xs:string |
|||||
Facets: |
|
<xs:simpleType name="FacilityName"> <xs:restriction base="xs:string"> <xs:minLength value="2"/> <xs:maxLength value="100"/> </xs:restriction> </xs:simpleType> |