simpleType "DDIAgencyType"
Namespace:
Defined:
globally in reusable.xsd; see XML source
Used:
Simple Content Model
xs:string
Simple Content Restrictions:
Pattern:
[A-Za-z]+(\.[A-Za-z][A-Za-z0-9\-]*)*

All Direct / Indirect Based Elements (1):
Agency
Known Usage Locations
Annotation
A DDI Agency designation as filed at the DDI Agency Registration site including the subagency designation if used. Conforms to the structure allowed in the registry.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  DDIAgencyType
Derivation:
restriction of xs:string
Facets:
pattern:
[A-Za-z]+(\.[A-Za-z][A-Za-z0-9\-]*)*
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="DDIAgencyType">
<xs:restriction base="xs:string">
<xs:pattern value="[A-Za-z]+(\.[A-Za-z][A-Za-z0-9\-]*)*"/>
</xs:restriction>
</xs:simpleType>

XML schema documentation generated with DocFlex/XML 1.8.7 using DocFlex/XML XSDDoc 2.7.0 template set