simpleType justifyValues
type restriction of MFString
properties
base MFString
used by
attributes FontStyle/@justify ScreenFontStyle/@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

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.
source <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>


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