http://maven.apache.org/SETTINGS/1.0.0
complexType ActivationOS

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

Documentation
1.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
          1.0.0 The architecture of the OS to be used to activate a profile.  
xs:stringfamily
          1.0.0 The general family of the OS to be used to activate a profile (e.g. 
xs:stringname
          1.0.0 The name of the OS to be used to activate a profile.  
xs:stringversion
          1.0.0 The version of the OS to be used to activate a 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.