Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element EffectiveCartesianWorkingVolumeType / MinPoint
Annotations
The MinPoint element is the minimum corner of the working volume.
Diagram
Diagram Primitives_xsd_Simple_Type_PointSimpleType.tmp#PointSimpleType Primitives_xsd_Attribute_Group_AttrPoint.tmp#AttrPoint Primitives_xsd_Complex_Type_PointType.tmp#PointType
Type PointType
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="MinPoint" type="PointType">
  <xs:annotation>
    <xs:documentation>The MinPoint element is the minimum corner of the working volume.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element EffectiveCartesianWorkingVolumeType / MaxPoint
Annotations
The XAxisMax element is the maximum corner of the working volume.
Diagram
Diagram Primitives_xsd_Simple_Type_PointSimpleType.tmp#PointSimpleType Primitives_xsd_Attribute_Group_AttrPoint.tmp#AttrPoint Primitives_xsd_Complex_Type_PointType.tmp#PointType
Type PointType
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="MaxPoint" type="PointType">
  <xs:annotation>
    <xs:documentation>The XAxisMax element is the maximum corner of the working volume.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Complex Type EffectiveCartesianWorkingVolumeType
Annotations
The EffectiveCartesianWorkingVolumeType defines the size and location of a box-shaped working volume whose sides are aligned with the axes of a 3D Cartesian coordinate system. The box is described by giving the points at diagonally opposite corners of the box, one with minimum XYZ values, the other with maximum XYZ values.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_EffectiveWorkingVolumeBaseType.tmp#EffectiveWorkingVolumeBaseType QIFMeasurementResources_xsd_Complex_Type_EffectiveCartesianWorkingVolumeType.tmp#EffectiveCartesianWorkingVolumeType_MinPoint QIFMeasurementResources_xsd_Complex_Type_EffectiveCartesianWorkingVolumeType.tmp#EffectiveCartesianWorkingVolumeType_MaxPoint
Type extension of EffectiveWorkingVolumeBaseType
Type hierarchy
Used by
Children MaxPoint, MinPoint
Source
<xs:complexType name="EffectiveCartesianWorkingVolumeType">
  <xs:annotation>
    <xs:documentation>The EffectiveCartesianWorkingVolumeType defines the size and location of a box-shaped working volume whose sides are aligned with the axes of a 3D Cartesian coordinate system. The box is described by giving the points at diagonally opposite corners of the box, one with minimum XYZ values, the other with maximum XYZ values.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="EffectiveWorkingVolumeBaseType">
      <xs:sequence>
        <xs:element name="MinPoint" type="PointType">
          <xs:annotation>
            <xs:documentation>The MinPoint element is the minimum corner of the working volume.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="MaxPoint" type="PointType">
          <xs:annotation>
            <xs:documentation>The XAxisMax element is the maximum corner of the working volume.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd