Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type TransparencyType
Annotations
The TransparencyType is the transparency type - double value in range [0..1].
Diagram
Diagram
Type restriction of xs:double
Facets
maxExclusive 1
minInclusive 0
Used by
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPD.xsd