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. This list is bounded, no additional values are allowed. </xs:appinfo> <xs:documentation source="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/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> |