type | restriction of MFString | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:simpleType name="justifyChoices"> <xs:annotation> <xs:appinfo> justifyChoices are strictly allowed enumeration values for justify field in FontStyle and ScreenFontStyle nodes determining major and minor axis alignment (typically horizontal and vertical) of text layout. 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/text.html#Directionandjustification"/> </xs:annotation> <xs:restriction base="MFString"> <xs:enumeration value='"MIDDLE"'/> <xs:enumeration value='"MIDDLE" "BEGIN"'/> <xs:enumeration value='"MIDDLE" "END"'/> <xs:enumeration value='"MIDDLE" "FIRST"'/> <xs:enumeration value='"MIDDLE" "MIDDLE"'/> <xs:enumeration value='"BEGIN"'/> <xs:enumeration value='"BEGIN" "BEGIN"'/> <xs:enumeration value='"BEGIN" "END"'/> <xs:enumeration value='"BEGIN" "FIRST"'/> <xs:enumeration value='"BEGIN" "MIDDLE"'/> <xs:enumeration value='"END"'/> <xs:enumeration value='"END" "BEGIN"'/> <xs:enumeration value='"END" "END"'/> <xs:enumeration value='"END" "FIRST"'/> <xs:enumeration value='"END" "MIDDLE"'/> <xs:enumeration value='"FIRST"'/> <xs:enumeration value='"FIRST" "BEGIN"'/> <xs:enumeration value='"FIRST" "END"'/> <xs:enumeration value='"FIRST" "FIRST"'/> <xs:enumeration value='"FIRST" "MIDDLE"'/> <!-- X3D Abstract Specification "15.2.2.3 Direction and justification" ambiguously allows a pair of empty quotes "" as second value within enumeration, but such combinations are both obscure and difficult to process so they are not included in these formal enumerations. --> </xs:restriction> </xs:simpleType> |