Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element ExtrudedCrossSectionCheckedType / Measured
Annotations
The Measured element signifies that the extruded cross-section is directly measured.
Diagram
Diagram Features_xsd_Complex_Type_MeasuredFeatureType.tmp#MeasuredFeatureType_PointList Features_xsd_Complex_Type_MeasuredFeatureType.tmp#MeasuredFeatureType
Type MeasuredFeatureType
Properties
content complex
Children PointList
Instance
<Measured xmlns="http://qifstandards.org/xsd/qif3">
  <PointList n="">{0,1}</PointList>
</Measured>
Source
<xs:element name="Measured" type="MeasuredFeatureType">
  <xs:annotation>
    <xs:documentation>The Measured element signifies that the extruded cross-section is directly measured.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element ExtrudedCrossSectionCheckedType / Constructed
Annotations
The Constructed element signifies that the extruded cross-section is constructed.
Diagram
Diagram Features_xsd_Complex_Type_ExtrudedCrossSectionConstructionMethodType.tmp#ExtrudedCrossSectionConstructionMethodType_BestFit Features_xsd_Complex_Type_ExtrudedCrossSectionConstructionMethodType.tmp#ExtrudedCrossSectionConstructionMethodType_Recompensated Features_xsd_Complex_Type_ExtrudedCrossSectionConstructionMethodType.tmp#ExtrudedCrossSectionConstructionMethodType_Copy Features_xsd_Complex_Type_ExtrudedCrossSectionConstructionMethodType.tmp#ExtrudedCrossSectionConstructionMethodType_Cast Features_xsd_Complex_Type_ExtrudedCrossSectionConstructionMethodType.tmp#ExtrudedCrossSectionConstructionMethodType_Transform Features_xsd_Complex_Type_ExtrudedCrossSectionConstructionMethodType.tmp#ExtrudedCrossSectionConstructionMethodType
Type ExtrudedCrossSectionConstructionMethodType
Properties
content complex
Children BestFit, Cast, Copy, Recompensated, Transform
Instance
<Constructed xmlns="http://qifstandards.org/xsd/qif3">
  <BestFit n="">{1,1}</BestFit>
  <Recompensated>{1,1}</Recompensated>
  <Copy>{1,1}</Copy>
  <Cast>{1,1}</Cast>
  <Transform>{1,1}</Transform>
</Constructed>
Source
<xs:element name="Constructed" type="ExtrudedCrossSectionConstructionMethodType">
  <xs:annotation>
    <xs:documentation>The Constructed element signifies that the extruded cross-section is constructed.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type ExtrudedCrossSectionCheckedType
Annotations
The ExtrudedCrossSectionCheckedType defines how the extruded cross section measurement is checked, either by direct measurement or by construction.
Diagram
Diagram Features_xsd_Complex_Type_ExtrudedCrossSectionCheckedType.tmp#ExtrudedCrossSectionCheckedType_Measured Features_xsd_Complex_Type_ExtrudedCrossSectionCheckedType.tmp#ExtrudedCrossSectionCheckedType_Constructed
Used by
Children Constructed, Measured
Source
<xs:complexType name="ExtrudedCrossSectionCheckedType">
  <xs:annotation>
    <xs:documentation>The ExtrudedCrossSectionCheckedType defines how the extruded cross section measurement is checked, either by direct measurement or by construction.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="Measured" type="MeasuredFeatureType">
      <xs:annotation>
        <xs:documentation>The Measured element signifies that the extruded cross-section is directly measured.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Constructed" type="ExtrudedCrossSectionConstructionMethodType">
      <xs:annotation>
        <xs:documentation>The Constructed element signifies that the extruded cross-section is constructed.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd