<xs:simpleType name="TransparencyType">
<xs:annotation>
<xs:documentation>The TransparencyType is the transparency type - double value in range [0..1].</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:double">
<xs:minInclusive value="0"/>
<xs:maxExclusive value="1"/>
</xs:restriction>
</xs:simpleType> |