Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element MarkingFeatureNominalType / Location
Annotations
The Location element defines a rectangle within which the marking should be made.
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
<Location 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>
</Location>
Source
<xs:element name="Location" type="RectangleType">
  <xs:annotation>
    <xs:documentation>The Location element defines a rectangle within which the marking should be made.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type MarkingFeatureNominalType
Annotations
The MarkingFeatureNominalType defines the nominal values of a marking feature.
Diagram
Diagram Features_xsd_Complex_Type_FeatureBaseType.tmp#FeatureBaseType_id Primitives_xsd_Element_Attributes.tmp#Attributes Features_xsd_Complex_Type_FeatureBaseType.tmp#FeatureBaseType Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType_Name Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType_UUID Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType_FeatureDefinitionId Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType_ParentFeatureNominalId Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType_EntityInternalIds Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType_EntityExternalIds Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType Features_xsd_Complex_Type_NonShapeFeatureNominalBaseType.tmp#NonShapeFeatureNominalBaseType Features_xsd_Complex_Type_MarkingFeatureNominalType.tmp#MarkingFeatureNominalType_Location
Type extension of NonShapeFeatureNominalBaseType
Type hierarchy
Used by
Children Attributes, EntityExternalIds, EntityInternalIds, FeatureDefinitionId, Location, Name, ParentFeatureNominalId, UUID
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the feature, used for referencing.
Source
<xs:complexType name="MarkingFeatureNominalType">
  <xs:annotation>
    <xs:documentation>The MarkingFeatureNominalType defines the nominal values of a marking feature.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="NonShapeFeatureNominalBaseType">
      <xs:sequence>
        <xs:element name="Location" type="RectangleType">
          <xs:annotation>
            <xs:documentation>The Location element defines a rectangle within which the marking should be made.</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