<xs:simpleType name="justifyValues">
<xs:annotation>
<xs:appinfo>justifyValues are allowed enumeration values for FontStyle node justify attribute. Note that intermediate commas and extraneous whitespace are disallowed by these strictly defined enumeration values.</xs:appinfo>
<xs:documentation source="http://www.web3d.org/documents/specifications/19775-1/V3.3/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""/>
<!-- TODO: X3D Abstract Specification "15.2.2.3 Direction and justification" ambigously allows pair of empty quotes "" as second value within enumeration, perhaps more combinations need to be added to these enumerations. -->
</xs:restriction>
</xs:simpleType> |