Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element RadialDifferentialScaleType / PerpendicularScaleFactor
Annotations
The PerpendicularScaleFactor element is the scale factor applied perpendicular to the specified direction, a scale factor of 1.0 indicates no change.
Diagram
Diagram
Type xs:decimal
Properties
content simple
Source
<xs:element name="PerpendicularScaleFactor" type="xs:decimal">
  <xs:annotation>
    <xs:documentation>The PerpendicularScaleFactor element is the scale factor applied perpendicular to the specified direction, a scale factor of 1.0 indicates no change.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd
Element RadialDifferentialScaleType / ParallelScaleFactor
Annotations
The ParallelScaleFactor element is the scale factor applied parallel to the specified direction, a scale factor of 1.0 indicates no change.
Diagram
Diagram
Type xs:decimal
Properties
content simple
Source
<xs:element name="ParallelScaleFactor" type="xs:decimal">
  <xs:annotation>
    <xs:documentation>The ParallelScaleFactor element is the scale factor applied parallel to the specified direction, a scale factor of 1.0 indicates no change.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd
Element RadialDifferentialScaleType / Direction
Annotations
The Direction element specifies the direction for the differential scaling.
Diagram
Diagram Primitives_xsd_Simple_Type_UnitVectorSimpleType.tmp#UnitVectorSimpleType Primitives_xsd_Attribute_Group_AttrPoint.tmp#AttrPoint Primitives_xsd_Complex_Type_UnitVectorType.tmp#UnitVectorType
Type UnitVectorType
Type hierarchy
Properties
content complex
Attributes
QName Type Use
decimalPlaces xs:nonNegativeInteger optional
linearUnit xs:token optional
significantFigures xs:nonNegativeInteger optional
validity ValidityEnumType optional
xDecimalPlaces xs:nonNegativeInteger optional
xSignificantFigures xs:nonNegativeInteger optional
xValidity ValidityEnumType optional
yDecimalPlaces xs:nonNegativeInteger optional
ySignificantFigures xs:nonNegativeInteger optional
yValidity ValidityEnumType optional
zDecimalPlaces xs:nonNegativeInteger optional
zSignificantFigures xs:nonNegativeInteger optional
zValidity ValidityEnumType optional
Source
<xs:element name="Direction" type="UnitVectorType">
  <xs:annotation>
    <xs:documentation>The Direction element specifies the direction for the differential scaling.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd
Complex Type RadialDifferentialScaleType
Annotations
The RadialDifferentialScaleType defines two scale factors applied parallel and perpendicular to a specified direction.
Diagram
Diagram PrimitivesPMI_xsd_Complex_Type_RadialDifferentialScaleType.tmp#RadialDifferentialScaleType_PerpendicularScaleFactor PrimitivesPMI_xsd_Complex_Type_RadialDifferentialScaleType.tmp#RadialDifferentialScaleType_ParallelScaleFactor PrimitivesPMI_xsd_Complex_Type_RadialDifferentialScaleType.tmp#RadialDifferentialScaleType_Direction
Used by
Children Direction, ParallelScaleFactor, PerpendicularScaleFactor
Source
<xs:complexType name="RadialDifferentialScaleType">
  <xs:annotation>
    <xs:documentation>The RadialDifferentialScaleType defines two scale factors applied parallel and perpendicular to a specified direction.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="PerpendicularScaleFactor" type="xs:decimal">
      <xs:annotation>
        <xs:documentation>The PerpendicularScaleFactor element is the scale factor applied perpendicular to the specified direction, a scale factor of 1.0 indicates no change.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ParallelScaleFactor" type="xs:decimal">
      <xs:annotation>
        <xs:documentation>The ParallelScaleFactor element is the scale factor applied parallel to the specified direction, a scale factor of 1.0 indicates no change.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Direction" type="UnitVectorType">
      <xs:annotation>
        <xs:documentation>The Direction element specifies the direction for the differential scaling.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd