Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element OtherSurfaceConstructionMethodType / Copy
Annotations
The Copy element describes the construction of an other surface feature by the copying of a base other surface 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_OtherSurfaceFeatureCopyType.tmp#OtherSurfaceFeatureCopyType_BaseOtherSurfaceFeature Features_xsd_Complex_Type_OtherSurfaceFeatureCopyType.tmp#OtherSurfaceFeatureCopyType
Type OtherSurfaceFeatureCopyType
Type hierarchy
Properties
content complex
Children BaseOtherSurfaceFeature, NominalsCalculated
Instance
<Copy xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BaseOtherSurfaceFeature>{1,1}</BaseOtherSurfaceFeature>
</Copy>
Source
<xs:element name="Copy" type="OtherSurfaceFeatureCopyType">
  <xs:annotation>
    <xs:documentation>The Copy element describes the construction of an other surface feature by the copying of a base other surface 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 OtherSurfaceConstructionMethodType
Annotations
The OtherSurfaceConstructionMethodType defines the method for constructing a unique nominal or measured other surface feature.
Diagram
Diagram Features_xsd_Complex_Type_OtherSurfaceConstructionMethodType.tmp#OtherSurfaceConstructionMethodType_Copy
Used by
Children Copy
Source
<xs:complexType name="OtherSurfaceConstructionMethodType">
  <xs:annotation>
    <xs:documentation>The OtherSurfaceConstructionMethodType defines the method for constructing a unique nominal or measured other surface 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 surface feature.</xs:documentation>
    </xs:annotation>
    <xs:element name="Copy" type="OtherSurfaceFeatureCopyType">
      <xs:annotation>
        <xs:documentation>The Copy element describes the construction of an other surface feature by the copying of a base other surface 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