simpleType layoutAlignChoices
type restriction of MFString
properties
base MFString
used by
attribute Layout/@align
facets
Kind Value Annotation
enumeration "LEFT" "BOTTOM"
enumeration "LEFT" "CENTER"
enumeration "LEFT" "TOP"
enumeration "CENTER" "BOTTOM"
enumeration "CENTER" "CENTER"
enumeration "CENTER" "TOP"
enumeration "RIGHT" "BOTTOM"
enumeration "RIGHT" "CENTER"
enumeration "RIGHT" "TOP"
annotation
appinfo

Permitted combinations of horizontal and vertical values for the align field in the Layout node.
Note that intermediate commas and extraneous whitespace are disallowed by these strictly defined enumeration values. Bounded, no additional values are allowed.
source <xs:simpleType name="layoutAlignChoices">
 
<xs:annotation>
   
<xs:appinfo>
Permitted combinations of horizontal and vertical values for the align field in the Layout node.
Note that intermediate commas and extraneous whitespace are disallowed by these strictly defined enumeration values. Bounded, no additional values are allowed.
</xs:appinfo>
   
<xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/layout.html#Layout"/>
 
</xs:annotation>
 
<xs:restriction base="MFString">
   
<xs:enumeration value='"LEFT" "BOTTOM"'/>
   
<xs:enumeration value='"LEFT" "CENTER"'/>
   
<xs:enumeration value='"LEFT" "TOP"'/>
   
<xs:enumeration value='"CENTER" "BOTTOM"'/>
   
<xs:enumeration value='"CENTER" "CENTER"'/>
   
<xs:enumeration value='"CENTER" "TOP"'/>
   
<xs:enumeration value='"RIGHT" "BOTTOM"'/>
   
<xs:enumeration value='"RIGHT" "CENTER"'/>
   
<xs:enumeration value='"RIGHT" "TOP"'/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy