attributeGroup "m:mtr.attributes"
Namespace:
Content:
11 attributes, attr. wildcard
Defined:
Includes:
definitions of 3 attributes
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xs:ID
 = 
xs:anySimpleType
 = 
xs:NMTOKENS
 = 
xs:string
 = 
xs:anyURI
 = 
xs:anySimpleType
 = 
xs:string
 = 
(xs:string | "transparent")
 = 
("top" | "bottom" | "center" | "baseline" | "axis")
 = 
list of ("left" | "center" | "right")
 = 
xs:string
   
...>
Known Usage Locations
XML Source (see within schema source)
<xs:attributeGroup name="mtr.attributes">
<xs:attributeGroup ref="m:CommonAtt"/>
<xs:attributeGroup ref="m:CommonPresAtt"/>
<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">
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="m:columnalignstyle"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="groupalign" type="m:group-alignment-list-list"/>
</xs:attributeGroup>
Attribute Detail (all declarations; defined within this component only; 3/12)
columnalign
Type:
anonymous simpleType (restriction of list of m:columnalignstyle)
Use:
optional
Attribute Value
list of ("left" | "center" | "right")
MinLength:
1
Anonymous simpleType
Type Derivation Tree
xs:token (restriction)
  m:columnalignstyle (restriction of list)
      simpleType
Derivation:
restriction of anonymous simpleType
Anonymous simpleType
Derivation:
XML Source (see within schema source)
<xs:attribute name="columnalign">
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="m:columnalignstyle"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

groupalign
Type:
Use:
optional
Attribute Value
xs:string
Pattern:
(\s*\{\s*(left|center|right|decimalpoint)(\s+(left|center|right|decimalpoint))*\})*\s*
XML Source (see within schema source)
<xs:attribute name="groupalign" type="m:group-alignment-list-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>

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.