complexType "CiManagement"
Namespace:
Content:
complex, 3 elements
Defined:
globally in maven-4.0.0.xsd; see XML source
Includes:
definitions of 3 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
version:
4.0.0+
description:
The <CiManagement> element contains informations required to the continuous integration system of the project.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="CiManagement">
<xs:all>
<xs:element minOccurs="0" name="system" type="xs:string"/>
<xs:element minOccurs="0" name="url" type="xs:string"/>
<xs:element minOccurs="0" name="notifiers">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="notifier" type="Notifier"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:all>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
notifiers
Type:
anonymous complexType, complex content
version:
4.0.0+
description:
Configuration for notifying developers/users when a build is unsuccessful, including user information and notification mode.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="notifiers">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="notifier" type="Notifier"/>
</xs:sequence>
</xs:complexType>
</xs:element>

system
Type:
xs:string, predefined, simple content
version:
4.0.0+
description:
The name of the continuous integration system, e.g. continuum.
XML Representation Summary
<system>
   
Content: 
{ xs:string }
</system>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="system" type="xs:string"/>

url
Type:
xs:string, predefined, simple content
version:
4.0.0+
description:
URL for the continuous integration system used by the project if it has a web interface.
XML Representation Summary
<url>
   
Content: 
{ xs:string }
</url>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="url" type="xs:string"/>

XML schema documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.