Property

A Tag/Value/Type tuple. Note prior to v1.7.1, tag and value were sub elements. The attribute option is now preferred.

Complex Type Information

Model

ALL(tag value)
Children: tag, value

Attributes

QName Type Fixed Default Use Inheritable Annotation
tag xs:string optional
value xs:string optional

Used By

Source

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