javaee:propertyType

Specifies a name/value pair.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xsd:ID optional

Used By

Source

<xsd:complexType name="propertyType">
  <xsd:annotation>
    <xsd:documentation>Specifies a name/value pair.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="name" type="javaee:xsdStringType">
    </xsd:element>
    <xsd:element name="value" type="javaee:xsdStringType">
    </xsd:element>
  </xsd:sequence>
  <xsd:attribute name="id" type="xsd:ID"/>
</xsd:complexType>