Namespace: |
|
Content: |
9+any attributes |
Defined: |
globally in tokens.xsd, see XML source |
Includes: |
definitions of 2 attributes |
Used: |
at 1 location |
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} | |||
...> |
<xs:attributeGroup name="cn.attlist"> <xs:simpleType> <xs:restriction base="xs:positiveInteger"> <xs:minInclusive value="2"/> <xs:maxInclusive value="36"/> </xs:restriction> </xs:simpleType> </xs:attribute> <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> |
Type: |
|
Use: |
optional |
xs:positiveInteger |
MaxInclusive: |
36 |
MinInclusive: |
2 |
Type Derivation Tree xs:positiveInteger ![]() |
Derivation: |
restriction of xs:positiveInteger |
|||||
Facets: |
|
<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: |
|
Use: |
optional |
enumeration of xs:NMTOKEN |
Enumeration: |
"e-notation", "integer", "rational", "real", "complex-cartesian", "complex-polar", "constant" |
Type Derivation Tree xs:NMTOKEN ![]() |
Derivation: |
restriction of xs:NMTOKEN |
|||
Facets: |
|
<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 |