| type | restriction of MFString | ||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||
| facets |
|
||||||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||||||
| 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. </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> |