simpleType layoutUnitsChoices
type restriction of MFString
properties
base MFString
used by
attributes Layout/@offsetUnits Layout/@sizeUnits
facets
Kind Value Annotation
enumeration "WORLD" "WORLD"
enumeration "WORLD" "FRACTION"
enumeration "WORLD" "PIXEL"
enumeration "FRACTION" "WORLD"
enumeration "FRACTION" "FRACTION"
enumeration "FRACTION" "PIXEL"
enumeration "PIXEL" "WORLD"
enumeration "PIXEL" "FRACTION"
enumeration "PIXEL" "PIXEL"
annotation
appinfo

                Permitted combinations of horizontal and vertical values for the offsetUnits 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.
           
source <xs:simpleType name="layoutUnitsChoices">
 
<xs:annotation>
   
<xs:appinfo>
                Permitted combinations of horizontal and vertical values for the offsetUnits 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='"WORLD" "WORLD"'/>
   
<xs:enumeration value='"WORLD" "FRACTION"'/>
   
<xs:enumeration value='"WORLD" "PIXEL"'/>
   
<xs:enumeration value='"FRACTION" "WORLD"'/>
   
<xs:enumeration value='"FRACTION" "FRACTION"'/>
   
<xs:enumeration value='"FRACTION" "PIXEL"'/>
   
<xs:enumeration value='"PIXEL" "WORLD"'/>
   
<xs:enumeration value='"PIXEL" "FRACTION"'/>
   
<xs:enumeration value='"PIXEL" "PIXEL"'/>
 
</xs:restriction>
</xs:simpleType>


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