complexType "Organization"
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: 
name? × url?
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
version:
3.0.0+
description:
Specifies the organization that produces this project.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="Organization">
<xs:all>
<xs:element minOccurs="0" name="name" 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)
name
Type:
xs:string, predefined, simple content
version:
3.0.0+
description:
The full name of the organization.
XML Representation Summary
<name>
   
Content: 
{ xs:string }
</name>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="name" type="xs:string"/>

url
Type:
xs:string, predefined, simple content
version:
3.0.0+
description:
The URL to the organization's home page.
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.