profile
| Namespace: | http://hudson-ci.org/xsd/hudson/2.1.0/maven/state |
Java class for profile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="profile">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="source" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="active" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| id (string) | 1/1 | |
| source (string) | 1/1 | |
| active (boolean) | 1/1 |
JSON
| property | type | description |
|---|---|---|
| id | id (string) | |
| source | source (string) | |
| active | active (boolean) |