<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> |