Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element OtherCurveConstructionMethodType / Copy
Annotations
The Copy element describes the construction of an other curve feature by the copying of a base other curve 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_OtherCurveFeatureCopyType.tmp#OtherCurveFeatureCopyType_BaseOtherCurveFeature Features_xsd_Complex_Type_OtherCurveFeatureCopyType.tmp#OtherCurveFeatureCopyType
Type OtherCurveFeatureCopyType
Type hierarchy
Properties
content complex
Children BaseOtherCurveFeature, NominalsCalculated
Instance
<Copy xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BaseOtherCurveFeature>{1,1}</BaseOtherCurveFeature>
</Copy>
Source
<xs:element name="Copy" type="OtherCurveFeatureCopyType">
  <xs:annotation>
    <xs:documentation>The Copy element describes the construction of an other curve feature by the copying of a base other curve 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 OtherCurveConstructionMethodType
Annotations
The OtherCurveConstructionMethodType defines the method for constructing a unique nominal or measured other curve feature.
Diagram
Diagram Features_xsd_Complex_Type_OtherCurveConstructionMethodType.tmp#OtherCurveConstructionMethodType_Copy
Used by
Children Copy
Source
<xs:complexType name="OtherCurveConstructionMethodType">
  <xs:annotation>
    <xs:documentation>The OtherCurveConstructionMethodType defines the method for constructing a unique nominal or measured other curve 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 curve feature.</xs:documentation>
    </xs:annotation>
    <xs:element name="Copy" type="OtherCurveFeatureCopyType">
      <xs:annotation>
        <xs:documentation>The Copy element describes the construction of an other curve feature by the copying of a base other curve 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