complexType "ActivationOS"
Namespace:
Content:
complex, 4 elements
Defined:
globally in maven-4.0.0.xsd; see XML source
Includes:
definitions of 4 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
name? × family? × arch? × version?
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
version:
4.0.0+
description:
This is an activator which will detect an operating system's attributes in order to activate its profile.
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="ActivationOS">
<xs:all>
<xs:element minOccurs="0" name="name" type="xs:string"/>
<xs:element minOccurs="0" name="family" type="xs:string"/>
<xs:element minOccurs="0" name="arch" type="xs:string"/>
<xs:element minOccurs="0" name="version" type="xs:string"/>
</xs:all>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 4/4)
arch
Type:
xs:string, predefined, simple content
version:
4.0.0+
description:
The architecture of the operating system to be used to activate the profile.
XML Representation Summary
<arch>
   
Content: 
{ xs:string }
</arch>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="arch" type="xs:string"/>

family
Type:
xs:string, predefined, simple content
version:
4.0.0+
description:
The general family of the OS to be used to activate the profile, such as windows or unix.
XML Representation Summary
<family>
   
Content: 
{ xs:string }
</family>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="family" type="xs:string"/>

name
Type:
xs:string, predefined, simple content
version:
4.0.0+
description:
The name of the operating system to be used to activate the profile. This must be an exact match of the ${os.name} Java property, such as Windows XP.
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"/>

version
Type:
xs:string, predefined, simple content
version:
4.0.0+
description:
The version of the operating system to be used to activate the profile.
XML Representation Summary
<version>
   
Content: 
{ xs:string }
</version>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="version" 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.