attributeGroup "cn.attlist"
Namespace:
Content:
9+any attributes
Defined:
globally in tokens.xsd, see XML source
Includes:
definitions of 2 attributes
Used:
XML Representation Summary
<...
    base
 = 
xs:positiveInteger
    class
 = 
xs:NMTOKENS
    definitionURL
 = 
xs:anyURI
    encoding
 = 
xs:string
    id
 = 
xs:ID
    style
 = 
xs:string
    type
 = 
("e-notation" | "integer" | "rational" | "real" | "complex-cartesian" | "complex-polar" | "constant")
    xlink:href
 = 
anyURI
    xref
 = 
xs:IDREF
    {any attribute with non-schema namespace}
...>
Known Usage Locations
XML Source (see within schema source)
<xs:attributeGroup name="cn.attlist">
<xs:attribute name="base">
<xs:simpleType>
<xs:restriction base="xs:positiveInteger">
<xs:minInclusive value="2"/>
<xs:maxInclusive value="36"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="type">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="e-notation"/>
<xs:enumeration value="integer"/>
<xs:enumeration value="rational"/>
<xs:enumeration value="real"/>
<xs:enumeration value="complex-cartesian"/>
<xs:enumeration value="complex-polar"/>
<xs:enumeration value="constant"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attributeGroup ref="Definition.attrib"/>
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
Attribute Detail (defined in this component only; 2/10)
base
Type:
anonymous (restriction of xs:positiveInteger)
Use:
optional
Attribute Value
xs:positiveInteger
MaxInclusive:
36
MinInclusive:
2
Anonymous simpleType
Type Derivation Tree
xs:positiveInteger
  simpleType (restriction)
Derivation:
restriction of xs:positiveInteger
Facets:
maxInclusive:
36
minInclusive:
2
XML Source (see within schema source)
<xs:attribute name="base">
<xs:simpleType>
<xs:restriction base="xs:positiveInteger">
<xs:minInclusive value="2"/>
<xs:maxInclusive value="36"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

type
Type:
anonymous (restriction of xs:NMTOKEN)
Use:
optional
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"e-notation", "integer", "rational", "real", "complex-cartesian", "complex-polar", "constant"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN
  simpleType (restriction)
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"e-notation", "integer", "rational", "real", "complex-cartesian", "complex-polar", "constant"
XML Source (see within schema source)
<xs:attribute name="type">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="e-notation"/>
<xs:enumeration value="integer"/>
<xs:enumeration value="rational"/>
<xs:enumeration value="real"/>
<xs:enumeration value="complex-cartesian"/>
<xs:enumeration value="complex-polar"/>
<xs:enumeration value="constant"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

XML schema documentation generated with DocFlex/XML 1.7.0 using DocFlex/XML | XSDDoc 2.0.0 template set