offsetUnitsValues

Simple Type Information

Used By

Source

<xs:simpleType name="offsetUnitsValues">
  <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.</xs:appinfo>
    <xs:documentation source="http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/layout.html#Layout"/>
  </xs:annotation>
  <xs:restriction base="MFString">
    <xs:enumeration value=""WORLD""/>
    <xs:enumeration value=""WORLD" "WORLD""/>
    <xs:enumeration value=""WORLD" "PIXEL""/>
    <xs:enumeration value=""FRACTION""/>
    <xs:enumeration value=""FRACTION" "WORLD""/>
    <xs:enumeration value=""FRACTION" "FRACTION""/>
    <xs:enumeration value=""FRACTION" "PIXEL""/>
    <xs:enumeration value=""PIXEL""/>
    <xs:enumeration value=""PIXEL" "WORLD""/>
    <xs:enumeration value=""PIXEL" "FRACTION""/>
    <xs:enumeration value=""PIXEL" "PIXEL""/>
  </xs:restriction>
</xs:simpleType>