properties
| Namespace: | http://hudson-ci.org/xsd/hudson/2.1.0/maven/common |
Java class for properties complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="properties">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="entry" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| entry ((anonymous)) | 1/unbounded |
JSON
| property | type | description |
|---|---|---|
| entry | array of entry ((anonymous)) |