simpleType "attributeType"
Namespace:
Defined:
globally in codebook.xsd; see XML source
Used:
Simple Content Model
xs:string
Simple Content Restrictions:
Pattern:
@(([\i-[:]][\c-[:]]*:)?[\i-[:]][\c-[:]]*|\*|[\i-[:]][\c-[:]]*:\*)

All Direct / Indirect Based Elements (1):
attribute
Known Usage Locations
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  attributeType
Derivation:
restriction of xs:string
Facets:
pattern:
@(([\i-[:]][\c-[:]]*:)?[\i-[:]][\c-[:]]*|\*|[\i-[:]][\c-[:]]*:\*)
XML Source (see within schema source)
<xs:simpleType name="attributeType">
<xs:restriction base="xs:string">
<xs:pattern value="@(([\i-[:]][\c-[:]]*:)?[\i-[:]][\c-[:]]*|\*|[\i-[:]][\c-[:]]*:\*)"/>
</xs:restriction>
</xs:simpleType>

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