Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element PointFeatureCenterOfGravityType / BaseFeature
Annotations
Each BaseFeature element identifies a base feature whose location is taken as one of the set for computation of the center of gravity.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_BaseFeatureType.tmp#BaseFeatureType_ReferencedComponent IntermediatesPMI_xsd_Complex_Type_BaseFeatureType.tmp#BaseFeatureType_FeatureId IntermediatesPMI_xsd_Complex_Type_BaseFeatureType.tmp#BaseFeatureType
Type BaseFeatureType
Properties
content complex
minOccurs 3
maxOccurs unbounded
Children FeatureId, ReferencedComponent
Instance
<BaseFeature xmlns="http://qifstandards.org/xsd/qif3">
  <ReferencedComponent>{1,1}</ReferencedComponent>
  <FeatureId asmPathId="" asmPathXId="" xId="">{1,1}</FeatureId>
</BaseFeature>
Source
<xs:element name="BaseFeature" type="BaseFeatureType" minOccurs="3" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each BaseFeature element identifies a base feature whose location is taken as one of the set for computation of the center of gravity.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type PointFeatureCenterOfGravityType
Annotations
The PointFeatureCenterOfGravityType defines the construction of a point which is the center of gravity of the base feature locations.
Diagram
Diagram Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType_NominalsCalculated Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType Features_xsd_Complex_Type_PointFeatureCenterOfGravityType.tmp#PointFeatureCenterOfGravityType_n Features_xsd_Complex_Type_PointFeatureCenterOfGravityType.tmp#PointFeatureCenterOfGravityType_BaseFeature
Type extension of ConstructionMethodBaseType
Type hierarchy
Used by
Children BaseFeature, NominalsCalculated
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of base features used in the construction.
Source
<xs:complexType name="PointFeatureCenterOfGravityType">
  <xs:annotation>
    <xs:documentation>The PointFeatureCenterOfGravityType defines the construction of a point which is the center of gravity of the base feature locations.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="ConstructionMethodBaseType">
      <xs:sequence>
        <xs:element name="BaseFeature" type="BaseFeatureType" minOccurs="3" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>Each BaseFeature element identifies a base feature whose location is taken as one of the set for computation of the center of gravity.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="n" type="NaturalType" use="required">
        <xs:annotation>
          <xs:documentation>The required n attribute is the number of base features used in the construction.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Attribute PointFeatureCenterOfGravityType / @n
Annotations
The required n attribute is the number of base features used in the construction.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of base features used in the construction.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd