attributeGroup "m:mtd.attributes"
Namespace:
Content:
13 attributes, attr. wildcard
Defined:
Includes:
definitions of 5 attributes
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xs:ID
 = 
xs:anySimpleType
 = 
xs:NMTOKENS
 = 
xs:string
 = 
xs:anyURI
 = 
xs:anySimpleType
 = 
xs:string
 = 
(xs:string | "transparent")
 = 
xs:positiveInteger
 = 
xs:positiveInteger
 = 
("top" | "bottom" | "center" | "baseline" | "axis")
 = 
("left" | "center" | "right")
 = 
list of ("left" | "center" | "right" | "decimalpoint")
   
...>
Known Usage Locations
XML Source (see within schema source)
<xs:attributeGroup name="mtd.attributes">
<xs:attributeGroup ref="m:CommonAtt"/>
<xs:attributeGroup ref="m:CommonPresAtt"/>
<xs:attribute name="rowspan" type="m:positive-integer"/>
<xs:attribute name="columnspan" type="m:positive-integer"/>
<xs:attribute name="rowalign">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="top"/>
<xs:enumeration value="bottom"/>
<xs:enumeration value="center"/>
<xs:enumeration value="baseline"/>
<xs:enumeration value="axis"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="columnalign" type="m:columnalignstyle"/>
<xs:attribute name="groupalign" type="m:group-alignment-list"/>
</xs:attributeGroup>
Attribute Detail (all declarations; defined within this component only; 5/14)
columnalign
Type:
Use:
optional
Attribute Value
enumeration of xs:token
Enumeration:
"left", "center", "right"
XML Source (see within schema source)
<xs:attribute name="columnalign" type="m:columnalignstyle"/>

columnspan
Type:
Use:
optional
Attribute Value
xs:positiveInteger
XML Source (see within schema source)
<xs:attribute name="columnspan" type="m:positive-integer"/>

groupalign
Type:
Use:
optional
Attribute Value
list of ("left" | "center" | "right" | "decimalpoint")
MinLength:
1
XML Source (see within schema source)
<xs:attribute name="groupalign" type="m:group-alignment-list"/>

rowalign
Type:
anonymous simpleType (restriction of xs:token)
Use:
optional
Attribute Value
enumeration of xs:token
Enumeration:
"top", "bottom", "center", "baseline", "axis"
Anonymous simpleType
Type Derivation Tree
xs:token (restriction)
  simpleType
Derivation:
restriction of xs:token
XML Source (see within schema source)
<xs:attribute name="rowalign">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="top"/>
<xs:enumeration value="bottom"/>
<xs:enumeration value="center"/>
<xs:enumeration value="baseline"/>
<xs:enumeration value="axis"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

rowspan
Type:
Use:
optional
Attribute Value
xs:positiveInteger
XML Source (see within schema source)
<xs:attribute name="rowspan" type="m:positive-integer"/>

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