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

Known Direct Subtypes (1):
All Direct / Indirect Based Elements (3):
Known Usage Locations
Annotation
A type which is used for restricting the characters in DDI ID structures. Valid characters include A-Z, a-z, 0-9, *, @, $, -, and _.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  BaseIDType
Derivation:
restriction of xs:string
Facets:
pattern:
[A-Za-z0-9\*@$\-_]+(\.[A-Zz-z0-9*@$-_]+)?
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="BaseIDType">
<xs:restriction base="xs:string">
<xs:pattern value="[A-Za-z0-9\*@$\-_]+(\.[A-Zz-z0-9*@$-_]+)?"/>
</xs:restriction>
</xs:simpleType>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set