simpleType justifyChoices
type restriction of MFString
properties
base MFString
used by
attribute FontStyle/@justify
facets
Kind Value Annotation
enumeration "MIDDLE"
enumeration "MIDDLE" "BEGIN"
enumeration "MIDDLE" "END"
enumeration "MIDDLE" "FIRST"
enumeration "MIDDLE" "MIDDLE"
enumeration "BEGIN"
enumeration "BEGIN" "BEGIN"
enumeration "BEGIN" "END"
enumeration "BEGIN" "FIRST"
enumeration "BEGIN" "MIDDLE"
enumeration "END"
enumeration "END" "BEGIN"
enumeration "END" "END"
enumeration "END" "FIRST"
enumeration "END" "MIDDLE"
enumeration "FIRST"
enumeration "FIRST" "BEGIN"
enumeration "FIRST" "END"
enumeration "FIRST" "FIRST"
enumeration "FIRST" "MIDDLE"
annotation
appinfo

justifyChoices are strictly allowed enumeration values for FontStyle node justify field.
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="justifyChoices">
 
<xs:annotation>
   
<xs:appinfo>
justifyChoices are strictly allowed enumeration values for FontStyle node justify field.
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/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>


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