Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element FeatureZoneAreaRectangularType / Rectangle
Annotations
The Rectangle element is the rectangle that defines the basic size and location of a rectangle.
Diagram
Diagram PrimitivesPMI_xsd_Complex_Type_RectangleType.tmp#RectangleType_Length PrimitivesPMI_xsd_Complex_Type_RectangleType.tmp#RectangleType_CornerPoint PrimitivesPMI_xsd_Complex_Type_RectangleType.tmp#RectangleType_Width PrimitivesPMI_xsd_Complex_Type_RectangleType.tmp#RectangleType_WidthDirection PrimitivesPMI_xsd_Complex_Type_RectangleType.tmp#RectangleType_LengthDirection PrimitivesPMI_xsd_Complex_Type_RectangleType.tmp#RectangleType
Type RectangleType
Properties
content complex
Children CornerPoint, Length, LengthDirection, Width, WidthDirection
Instance
<Rectangle xmlns="http://qifstandards.org/xsd/qif3">
  <Length decimalPlaces="" linearUnit="" significantFigures="">{1,1}</Length>
  <CornerPoint decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</CornerPoint>
  <Width decimalPlaces="" linearUnit="" significantFigures="">{1,1}</Width>
  <WidthDirection decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</WidthDirection>
  <LengthDirection decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</LengthDirection>
</Rectangle>
Source
<xs:element name="Rectangle" type="RectangleType">
  <xs:annotation>
    <xs:documentation>The Rectangle element is the rectangle that defines the basic size and location of a rectangle.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type FeatureZoneAreaRectangularType
Annotations
The FeatureZoneAreaRectangularType defines a feature zone as a rectangular area.
Diagram
Diagram Features_xsd_Complex_Type_FeatureZoneBaseType.tmp#FeatureZoneBaseType_id Primitives_xsd_Element_Attributes.tmp#Attributes Features_xsd_Complex_Type_FeatureZoneBaseType.tmp#FeatureZoneBaseType_Label Features_xsd_Complex_Type_FeatureZoneBaseType.tmp#FeatureZoneBaseType_SurfaceFeatureNominalId Features_xsd_Complex_Type_FeatureZoneBaseType.tmp#FeatureZoneBaseType Features_xsd_Complex_Type_FeatureZoneAreaBaseType.tmp#FeatureZoneAreaBaseType_FaceIds Features_xsd_Complex_Type_FeatureZoneAreaBaseType.tmp#FeatureZoneAreaBaseType_EdgeIds Features_xsd_Complex_Type_FeatureZoneAreaBaseType.tmp#FeatureZoneAreaBaseType Features_xsd_Complex_Type_FeatureZoneAreaRectangularType.tmp#FeatureZoneAreaRectangularType_Rectangle
Type extension of FeatureZoneAreaBaseType
Type hierarchy
Used by
Children Attributes, EdgeIds, FaceIds, Label, Rectangle, SurfaceFeatureNominalId
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the feature zone, used for referencing.
Source
<xs:complexType name="FeatureZoneAreaRectangularType">
  <xs:annotation>
    <xs:documentation>The FeatureZoneAreaRectangularType defines a feature zone as a rectangular area.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="FeatureZoneAreaBaseType">
      <xs:sequence>
        <xs:element name="Rectangle" type="RectangleType">
          <xs:annotation>
            <xs:documentation>The Rectangle element is the rectangle that defines the basic size and location of a rectangle.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd