Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element ExtrudedCrossSectionBestFitType / BaseFeature
Annotations
Each BaseFeature element identifies a base feature to be used for the construction of an extruded cross section. The number of base features must be 6 or greater.
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 IntermediatesPMI_xsd_Complex_Type_SequencedBaseFeatureType.tmp#SequencedBaseFeatureType_SequenceNumber IntermediatesPMI_xsd_Complex_Type_SequencedBaseFeatureType.tmp#SequencedBaseFeatureType
Type SequencedBaseFeatureType
Type hierarchy
Properties
content complex
minOccurs 6
maxOccurs unbounded
Children FeatureId, ReferencedComponent, SequenceNumber
Instance
<BaseFeature xmlns="http://qifstandards.org/xsd/qif3">
  <ReferencedComponent>{1,1}</ReferencedComponent>
  <FeatureId asmPathId="" asmPathXId="" xId="">{1,1}</FeatureId>
  <SequenceNumber>{1,1}</SequenceNumber>
</BaseFeature>
Source
<xs:element name="BaseFeature" type="SequencedBaseFeatureType" minOccurs="6" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each BaseFeature element identifies a base feature to be used for the construction of an extruded cross section. The number of base features must be 6 or greater.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type ExtrudedCrossSectionBestFitType
Annotations
The ExtrudedCrossSectionBestFitType defines the information for a best-fit extruded cross section which includes a list of point-reducible base features; the points to which those features reduce are used in the best-fit construction of the extruded cross section.
Diagram
Diagram Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType_NominalsCalculated Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType Features_xsd_Complex_Type_ExtrudedCrossSectionBestFitType.tmp#ExtrudedCrossSectionBestFitType_n Features_xsd_Complex_Type_ExtrudedCrossSectionBestFitType.tmp#ExtrudedCrossSectionBestFitType_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="ExtrudedCrossSectionBestFitType">
  <xs:annotation>
    <xs:documentation>The ExtrudedCrossSectionBestFitType defines the information for a best-fit extruded cross section which includes a list of point-reducible base features; the points to which those features reduce are used in the best-fit construction of the extruded cross section.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="ConstructionMethodBaseType">
      <xs:sequence>
        <xs:element name="BaseFeature" type="SequencedBaseFeatureType" minOccurs="6" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>Each BaseFeature element identifies a base feature to be used for the construction of an extruded cross section. The number of base features must be 6 or greater.</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 ExtrudedCrossSectionBestFitType / @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