complexType "GemBasicType"
Namespace:
Content:
simple, 3 attributes
Defined:
globally in gemschema.xsd, see XML source
Includes:
definitions of 3 attributes
Used:
at 82 locations
XML Representation Summary
<...
    id
 = 
xs:ID
    lang
 = 
xs:NMTOKEN
    source
 = 
xs:string
    >
   
Content: 
{ xs:string }
</...>
All Direct / Indirect Based Elements (82):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
xs:string
  GemBasicType (extension)
Derivation:
extension of xs:string
XML Source (see within schema source)
<xs:complexType name="GemBasicType">
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="source" type="xs:string"/>
<xs:attribute name="id" type="xs:ID"/>
<xs:attribute name="lang" type="xs:NMTOKEN"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
Attribute Detail (defined in this component only; 3/3)
id
Type:
xs:ID, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="id" type="xs:ID"/>

lang
Type:
xs:NMTOKEN, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="lang" type="xs:NMTOKEN"/>

source
Type:
xs:string, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="source" type="xs:string"/>

XML schema documentation generated with DocFlex/XML SDK 1.7.2b4 using DocFlex/XML XSDDoc 2.1.0 template set