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