A Tag/Value/Type tuple. Note prior to v1.7.1, tag and value were sub elements. The attribute option is now preferred. |
Element | Properties/property |
<xs:complexType name="Property"> <xs:annotation> <xs:documentation>A Tag/Value/Type tuple. Note prior to v1.7.1, tag and value were sub elements. The attribute option is now preferred.</xs:documentation> </xs:annotation> <xs:all minOccurs="0"> <xs:element name="tag" type="xs:string"/> <xs:element name="value" type="xs:string"/> </xs:all> <xs:attribute name="tag" type="xs:string"/> <xs:attribute name="value" type="xs:string"/> </xs:complexType> |