document

Namespace: http://hudson-ci.org/xsd/hudson/2.1.0/maven/config

Java class for document complex type.

The following schema fragment specifies the expected content contained within this class.

<complexType name="document">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="content" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="attribute" type="{http://hudson-ci.org/xsd/hudson/2.1.0/maven/config}documentAttribute" maxOccurs="unbounded"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" use="required" type="{http://hudson-ci.org/xsd/hudson/2.1.0/maven/config}documentType" />
</restriction>
</complexContent>
</complexType>

XML

Attributes

name type description
id string (no documentation provided)
name string (no documentation provided)
type documentType (no documentation provided)

Elements

name (type) min/max
occurs
description
description (string) 0/1
content (string) 0/1
attribute (documentAttribute) 1/unbounded

JSON

property type description
id string (no documentation provided)
name string (no documentation provided)
type documentType (no documentation provided)
description description (string)
content content (string)
attribute array of attribute (documentAttribute)