simpleType "DDIAgencyIDType"
Namespace:
Defined:
globally in reusable.xsd; see XML source
Used:
Simple Content Model
xs:string
Simple Content Restrictions:
MaxLength:
253
MinLength:
1
Pattern:
[a-zA-Z0-9\-]{1,63}(\.[a-zA-Z0-9\-]{1,63})*

All Direct / Indirect Based Elements (1):
Agency
Known Usage Locations
Annotation
The agency expressed as filed with the DDI Agency ID Registry with optional additional sub-agency extensions. The length restriction of the complete string is done with the means of minLength and maxLength. The regular expression engine of XML Schema has no lookahead possibility.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  DDIAgencyIDType
Derivation:
restriction of xs:string
Facets:
maxLength:
253
minLength:
1
pattern:
[a-zA-Z0-9\-]{1,63}(\.[a-zA-Z0-9\-]{1,63})*
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="DDIAgencyIDType">
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="253"/>
<xs:pattern value="[a-zA-Z0-9\-]{1,63}(\.[a-zA-Z0-9\-]{1,63})*"/>
</xs:restriction>
</xs:simpleType>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set