Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element MarkingFeatureDefinitionType / Text
Annotations
The Text element is the text of the marking.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="Text" type="xs:string">
  <xs:annotation>
    <xs:documentation>The Text element is the text of the marking.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element MarkingFeatureDefinitionType / MarkingMethod
Annotations
The MarkingMethod element is the method of the putting the marking on a surface.
Diagram
Diagram Features_xsd_Complex_Type_MarkingMethodType.tmp#MarkingMethodType_MarkingMethodEnum Features_xsd_Complex_Type_MarkingMethodType.tmp#MarkingMethodType_OtherMarkingMethod Features_xsd_Complex_Type_MarkingMethodType.tmp#MarkingMethodType
Type MarkingMethodType
Properties
content complex
Children MarkingMethodEnum, OtherMarkingMethod
Instance
<MarkingMethod xmlns="http://qifstandards.org/xsd/qif3">
  <MarkingMethodEnum>{1,1}</MarkingMethodEnum>
  <OtherMarkingMethod>{1,1}</OtherMarkingMethod>
</MarkingMethod>
Source
<xs:element name="MarkingMethod" type="MarkingMethodType">
  <xs:annotation>
    <xs:documentation>The MarkingMethod element is the method of the putting the marking on a surface.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type MarkingFeatureDefinitionType
Annotations
The MarkingFeatureDefinitionType defines a marking feature definition.
Diagram
Diagram Features_xsd_Complex_Type_FeatureBaseType.tmp#FeatureBaseType_id Primitives_xsd_Element_Attributes.tmp#Attributes Features_xsd_Complex_Type_FeatureBaseType.tmp#FeatureBaseType Features_xsd_Complex_Type_FeatureDefinitionBaseType.tmp#FeatureDefinitionBaseType Features_xsd_Complex_Type_NonShapeFeatureDefinitionBaseType.tmp#NonShapeFeatureDefinitionBaseType Features_xsd_Complex_Type_MarkingFeatureDefinitionType.tmp#MarkingFeatureDefinitionType_Text Features_xsd_Complex_Type_MarkingFeatureDefinitionType.tmp#MarkingFeatureDefinitionType_MarkingMethod
Type extension of NonShapeFeatureDefinitionBaseType
Type hierarchy
Used by
Children Attributes, MarkingMethod, Text
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the feature, used for referencing.
Source
<xs:complexType name="MarkingFeatureDefinitionType">
  <xs:annotation>
    <xs:documentation>The MarkingFeatureDefinitionType defines a marking feature definition.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="NonShapeFeatureDefinitionBaseType">
      <xs:sequence>
        <xs:element name="Text" type="xs:string">
          <xs:annotation>
            <xs:documentation>The Text element is the text of the marking.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="MarkingMethod" type="MarkingMethodType">
          <xs:annotation>
            <xs:documentation>The MarkingMethod element is the method of the putting the marking on a surface.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd