Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element RectangularUnitAreaType / RectangularUnitAreaLength
Annotations
The RectangularUnitAreaLength element is the length in linear units of the rectangular region.
Diagram
Diagram Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_decimalPlaces Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_significantFigures Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType_linearUnit Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType
Type LinearValueType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
linearUnit xs:token optional
The optional linearUnit attribute defines the UnitName for the LinearValueType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="RectangularUnitAreaLength" type="LinearValueType">
  <xs:annotation>
    <xs:documentation>The RectangularUnitAreaLength element is the length in linear units of the rectangular region.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd
Element RectangularUnitAreaType / RectangularUnitAreaWidth
Annotations
The RectangularUnitAreaWidth element is the width in linear units of the rectangular region.
Diagram
Diagram Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_decimalPlaces Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_significantFigures Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType_linearUnit Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType
Type LinearValueType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
linearUnit xs:token optional
The optional linearUnit attribute defines the UnitName for the LinearValueType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="RectangularUnitAreaWidth" type="LinearValueType">
  <xs:annotation>
    <xs:documentation>The RectangularUnitAreaWidth element is the width in linear units of the rectangular region.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd
Element RectangularUnitAreaType / RectangularUnitAreaOrientation
Annotations
The optional RectangularUnitAreaOrientation element is the direction of the rectangle's axis along the length of the rectangle.
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
minOccurs 0
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="RectangularUnitAreaOrientation" type="UnitVectorType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional RectangularUnitAreaOrientation element is the direction of the rectangle's axis along the length of the rectangle.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd
Complex Type RectangularUnitAreaType
Annotations
The RectangularUnitAreaType defines a rectangular region.
Diagram
Diagram PrimitivesPMI_xsd_Complex_Type_RectangularUnitAreaType.tmp#RectangularUnitAreaType_RectangularUnitAreaLength PrimitivesPMI_xsd_Complex_Type_RectangularUnitAreaType.tmp#RectangularUnitAreaType_RectangularUnitAreaWidth PrimitivesPMI_xsd_Complex_Type_RectangularUnitAreaType.tmp#RectangularUnitAreaType_RectangularUnitAreaOrientation
Used by
Children RectangularUnitAreaLength, RectangularUnitAreaOrientation, RectangularUnitAreaWidth
Source
<xs:complexType name="RectangularUnitAreaType">
  <xs:annotation>
    <xs:documentation>The RectangularUnitAreaType defines a rectangular region.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="RectangularUnitAreaLength" type="LinearValueType">
      <xs:annotation>
        <xs:documentation>The RectangularUnitAreaLength element is the length in linear units of the rectangular region.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="RectangularUnitAreaWidth" type="LinearValueType">
      <xs:annotation>
        <xs:documentation>The RectangularUnitAreaWidth element is the width in linear units of the rectangular region.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="RectangularUnitAreaOrientation" type="UnitVectorType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional RectangularUnitAreaOrientation element is the direction of the rectangle's axis along the length of the rectangle.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd