Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element MarkingMethodType / MarkingMethodEnum
Annotations
The MarkingMethodEnum element describes an often-used method of marking a marking.
Diagram
Diagram Features_xsd_Simple_Type_MarkingMethodEnumType.tmp#MarkingMethodEnumType
Type MarkingMethodEnumType
Properties
content simple
Facets
enumeration PAINT
enumeration STAIN
enumeration ENSCRIBE
enumeration EMBOSS
Source
<xs:element name="MarkingMethodEnum" type="MarkingMethodEnumType">
  <xs:annotation>
    <xs:documentation>The MarkingMethodEnum element describes an often-used method of marking a marking.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element MarkingMethodType / OtherMarkingMethod
Annotations
The OtherMarkingMethod element describes the method of making a marking in natural language.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="OtherMarkingMethod" type="xs:string">
  <xs:annotation>
    <xs:documentation>The OtherMarkingMethod element describes the method of making a marking in natural language.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type MarkingMethodType
Annotations
The MarkingMethodType defines a method of making a marking.
Diagram
Diagram Features_xsd_Complex_Type_MarkingMethodType.tmp#MarkingMethodType_MarkingMethodEnum Features_xsd_Complex_Type_MarkingMethodType.tmp#MarkingMethodType_OtherMarkingMethod
Used by
Children MarkingMethodEnum, OtherMarkingMethod
Source
<xs:complexType name="MarkingMethodType">
  <xs:annotation>
    <xs:documentation>The MarkingMethodType defines a method of making a marking.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="MarkingMethodEnum" type="MarkingMethodEnumType">
      <xs:annotation>
        <xs:documentation>The MarkingMethodEnum element describes an often-used method of marking a marking.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherMarkingMethod" type="xs:string">
      <xs:annotation>
        <xs:documentation>The OtherMarkingMethod element describes the method of making a marking in natural language.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd