Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element OtherShapeConstructionMethodType / Copy
Annotations
The Copy element describes the construction of an other shape feature by the copying of a base other shape feature. This element is in an optional choice.
Diagram
Diagram Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType_NominalsCalculated Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType Features_xsd_Complex_Type_OtherShapeFeatureCopyType.tmp#OtherShapeFeatureCopyType_BaseOtherShapeFeature Features_xsd_Complex_Type_OtherShapeFeatureCopyType.tmp#OtherShapeFeatureCopyType
Type OtherShapeFeatureCopyType
Type hierarchy
Properties
content complex
Children BaseOtherShapeFeature, NominalsCalculated
Instance
<Copy xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BaseOtherShapeFeature>{1,1}</BaseOtherShapeFeature>
</Copy>
Source
<xs:element name="Copy" type="OtherShapeFeatureCopyType">
  <xs:annotation>
    <xs:documentation>The Copy element describes the construction of an other shape feature by the copying of a base other shape feature. This element is in an optional choice.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type OtherShapeConstructionMethodType
Annotations
The OtherShapeConstructionMethodType defines the method for constructing a unique nominal or measured other shape feature.
Diagram
Diagram Features_xsd_Complex_Type_OtherShapeConstructionMethodType.tmp#OtherShapeConstructionMethodType_Copy
Used by
Children Copy
Source
<xs:complexType name="OtherShapeConstructionMethodType">
  <xs:annotation>
    <xs:documentation>The OtherShapeConstructionMethodType defines the method for constructing a unique nominal or measured other shape feature.</xs:documentation>
  </xs:annotation>
  <xs:choice minOccurs="0">
    <xs:annotation>
      <xs:documentation>This optional compositor provides a choice of the construction method for the other shape feature.</xs:documentation>
    </xs:annotation>
    <xs:element name="Copy" type="OtherShapeFeatureCopyType">
      <xs:annotation>
        <xs:documentation>The Copy element describes the construction of an other shape feature by the copying of a base other shape feature. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd