<xs:simpleType name="scaleModeValues">
<xs:annotation>
<xs:appinfo>Permitted combinations of horizontal and vertical values for the scaleMode 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=""NONE""/>
<xs:enumeration value=""NONE" "NONE""/>
<xs:enumeration value=""NONE" "FRACTION""/>
<xs:enumeration value=""NONE" "STRETCH""/>
<xs:enumeration value=""NONE" "PIXEL""/>
<xs:enumeration value=""FRACTION""/>
<xs:enumeration value=""FRACTION" "NONE""/>
<xs:enumeration value=""FRACTION" "FRACTION""/>
<xs:enumeration value=""FRACTION" "STRETCH""/>
<xs:enumeration value=""FRACTION" "PIXEL""/>
<xs:enumeration value=""STRETCH""/>
<xs:enumeration value=""STRETCH" "NONE""/>
<xs:enumeration value=""STRETCH" "FRACTION""/>
<xs:enumeration value=""STRETCH" "STRETCH""/>
<xs:enumeration value=""STRETCH" "PIXEL""/>
<xs:enumeration value=""PIXEL""/>
<xs:enumeration value=""PIXEL" "NONE""/>
<xs:enumeration value=""PIXEL" "FRACTION""/>
<xs:enumeration value=""PIXEL" "STRETCH""/>
<xs:enumeration value=""PIXEL" "PIXEL""/>
</xs:restriction>
</xs:simpleType> |