http://maven.apache.org/POM/4.0.0
complexType ActivationOS

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://maven.apache.org/POM/4.0.0}ActivationOS (restriction)

Documentation
4.0.0
        This is an activator which will detect an operating system's attributes in order to activate
        its profile.
      
Properties
This component is not nillable.

Model
<...>
(name? ; family? ; arch? ; version?)
</...>


Nested Element Summary
xs:stringarch
          4.0.0The architecture of the operating system to be used to activate the profile. 
xs:stringfamily
          4.0.0 The general family of the OS to be used to activate the profile, such as <code>windows</code> or <code>unix</code>. 
xs:stringname
          4.0.0The name of the operating system to be used to activate the profile. 
xs:stringversion
          4.0.0The version of the operating system to be used to activate the profile. 
Source
<xs:complexType name="ActivationOS">
<xs:all>
<xs:element minOccurs="0" name="name" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="family" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="arch" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="version" type="xs:string">
</xs:element>
</xs:all>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.