Specifies a name/value pair. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
id | xsd:ID | optional |
<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> |