complexType "IssueManagement"
Namespace:
Content:
complex, 2 elements
Defined:
globally in maven-4.0.0.xsd; see XML source
Includes:
definitions of 2 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
system? × url?
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
version:
4.0.0+
description:
Information about the issue tracking (or bug tracking) system used to manage this project.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="IssueManagement">
<xs:all>
<xs:element minOccurs="0" name="system" type="xs:string"/>
<xs:element minOccurs="0" name="url" type="xs:string"/>
</xs:all>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
system
Type:
xs:string, predefined, simple content
version:
4.0.0+
description:
The name of the issue management system, e.g. Bugzilla
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 issue management system used by the project.
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.