FlexDoc/XML XSDDoc Demo
XML Schemas for MathML 3.0


attributeGroup "m:mscarries.attributes"
Namespace:
Content:
12 attributes, attr. wildcard
Defined:
Includes:
declarations of 4 attributes
Referenced:
Component Diagram
XML Representation Summary
<...
   
 = 
xs:ID
 = 
xs:anySimpleType
 = 
xs:NMTOKENS
 = 
xs:string
 = 
xs:anyURI
 = 
xs:anySimpleType
 = 
restriction of xs:string
 = 
(restriction of xs:string | "transparent")
 = 
xs:integer
 = 
("w" | "nw" | "n" | "ne" | "e" | "se" | "s" | "sw")
 = 
list of ("none" | "updiagonalstrike" | "downdiagonalstrike" | "verticalstrike" | "horizontalstrike")
 = 
xs:decimal
   
...>
Referenced By
XML Source (see within schema source)
<xs:attributeGroup name="mscarries.attributes">
<xs:attributeGroup ref="m:CommonAtt"/>
<xs:attributeGroup ref="m:CommonPresAtt"/>
<xs:attribute name="position" type="m:integer"/>
<xs:attribute name="location">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="w"/>
<xs:enumeration value="nw"/>
<xs:enumeration value="n"/>
<xs:enumeration value="ne"/>
<xs:enumeration value="e"/>
<xs:enumeration value="se"/>
<xs:enumeration value="s"/>
<xs:enumeration value="sw"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="crossout">
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="none"/>
<xs:enumeration value="updiagonalstrike"/>
<xs:enumeration value="downdiagonalstrike"/>
<xs:enumeration value="verticalstrike"/>
<xs:enumeration value="horizontalstrike"/>
</xs:restriction>
</xs:simpleType>
</xs:list>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="scriptsizemultiplier" type="m:number"/>
</xs:attributeGroup>
Attribute Details (all declarations; defined in this component only; 4/13)
crossout
Type:
anonymous simpleType (list of restriction of xs:token)
Use:
optional
Defined:
locally in (this) attributeGroup m:mscarries.attributes
Attribute Value Detail
list of ("none" | "updiagonalstrike" | "downdiagonalstrike" | "verticalstrike" | "horizontalstrike")
list of
enumeration of xs:token
Values (5):
"none", "updiagonalstrike", "downdiagonalstrike", "verticalstrike", "horizontalstrike"
Anonymous simpleType
Type Derivation Tree
xs:token (list of restriction)
  simpleType
Derivation:
list of anonymous simpleType
Anonymous simpleType
Derivation:
restriction of xs:token
Facets:
enumeration (5):
"none", "updiagonalstrike", "downdiagonalstrike", "verticalstrike", "horizontalstrike"
XML Source (see within schema source)
<xs:attribute name="crossout">
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="none"/>
<xs:enumeration value="updiagonalstrike"/>
<xs:enumeration value="downdiagonalstrike"/>
<xs:enumeration value="verticalstrike"/>
<xs:enumeration value="horizontalstrike"/>
</xs:restriction>
</xs:simpleType>
</xs:list>
</xs:simpleType>
</xs:attribute>

location
Type:
anonymous simpleType (restriction of xs:token)
Use:
optional
Defined:
locally in (this) attributeGroup m:mscarries.attributes
Attribute Value Detail
enumeration of xs:token
Values (8):
"w", "nw", "n", "ne", "e", "se", "s", "sw"
Anonymous simpleType
Type Derivation Tree
xs:token (restriction)
  simpleType
Derivation:
restriction of xs:token
Facets:
enumeration (8):
"w", "nw", "n", "ne", "e", "se", "s", "sw"
XML Source (see within schema source)
<xs:attribute name="location">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="w"/>
<xs:enumeration value="nw"/>
<xs:enumeration value="n"/>
<xs:enumeration value="ne"/>
<xs:enumeration value="e"/>
<xs:enumeration value="se"/>
<xs:enumeration value="s"/>
<xs:enumeration value="sw"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

position
Type:
Use:
optional
Defined:
locally in (this) attributeGroup m:mscarries.attributes
Attribute Value Detail
xs:integer
XML Source (see within schema source)
<xs:attribute name="position" type="m:integer"/>

scriptsizemultiplier
Type:
Use:
optional
Defined:
locally in (this) attributeGroup m:mscarries.attributes
Attribute Value Detail
xs:decimal
XML Source (see within schema source)
<xs:attribute name="scriptsizemultiplier" type="m:number"/>


XML schema documentation generated with FlexDoc/XML 1.15 using FlexDoc/XML XSDDoc 3.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.