attributeGroup "SidebySideAttributes"
Namespace:
Content:
Defined:
globally in pretext.xsd; see XML source
Includes:
definitions of 7 attributes
Used:
XML Representation Summary
<...
   
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
xs:anySimpleType
 = 
("top" | "middle" | "bottom")
 = 
xs:anySimpleType
...>
Known Usage Locations
XML Source (see within schema source)
<xs:attributeGroup name="SidebySideAttributes">
<xs:attribute name="permid"/>
<xs:attribute name="component"/>
<xs:attribute name="margins"/>
<xs:attribute name="width"/>
<xs:attribute name="widths"/>
<xs:attribute name="valign">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="top"/>
<xs:enumeration value="middle"/>
<xs:enumeration value="bottom"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="valigns"/>
</xs:attributeGroup>
Attribute Detail (all declarations; defined within this component only; 7/7)
component
Type:
xs:anySimpleType
Use:
optional
XML Source (see within schema source)
<xs:attribute name="component"/>

margins
Type:
xs:anySimpleType
Use:
optional
XML Source (see within schema source)
<xs:attribute name="margins"/>

permid
Type:
xs:anySimpleType
Use:
optional
XML Source (see within schema source)
<xs:attribute name="permid"/>

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

valigns
Type:
xs:anySimpleType
Use:
optional
XML Source (see within schema source)
<xs:attribute name="valigns"/>

width
Type:
xs:anySimpleType
Use:
optional
XML Source (see within schema source)
<xs:attribute name="width"/>

widths
Type:
xs:anySimpleType
Use:
optional
XML Source (see within schema source)
<xs:attribute name="widths"/>

XML schema documentation generated with FlexDoc/XML 1.12.5 using FlexDoc/XML XSDDoc 2.9.2 template set