This schema was originally developed by The MITRE Corporation. The CybOX XML Schema implementation is maintained by The MITRE Corporation and developed by the open CybOX Community. For more information, including how to get involved in the effort and how to submit change requests, please visit the CybOX website at http://cybox.mitre.org.
<xs:element name="Unix_User_Account" type="UnixUserAccountObj:UnixUserAccountObjectType"><xs:annotation><xs:documentation>The Unix_User_Account object is intended to characterize Unix user account objects.</xs:documentation></xs:annotation></xs:element>
The Group_ID field specifies the ID of the primary group to which the Unix user account belongs.
Diagram
Type
UnsignedIntegerObjectPropertyType
Source
<xs:element name="Group_ID" type="cyboxCommon:UnsignedIntegerObjectPropertyType" minOccurs="0"><xs:annotation><xs:documentation>The Group_ID field specifies the ID of the primary group to which the Unix user account belongs.</xs:documentation></xs:annotation></xs:element>
The User_ID field specifies the ID of the Unix user account.
Diagram
Type
UnsignedIntegerObjectPropertyType
Source
<xs:element name="User_ID" type="cyboxCommon:UnsignedIntegerObjectPropertyType" minOccurs="0"><xs:annotation><xs:documentation>The User_ID field specifies the ID of the Unix user account.</xs:documentation></xs:annotation></xs:element>
The Login_Shell field specifies the name of the default login shell used by the Unix user account.
Diagram
Type
StringObjectPropertyType
Source
<xs:element name="Login_Shell" type="cyboxCommon:StringObjectPropertyType" minOccurs="0"><xs:annotation><xs:documentation>The Login_Shell field specifies the name of the default login shell used by the Unix user account.</xs:documentation></xs:annotation></xs:element>
The Group_ID field specifies the Unix ID of the group.
Diagram
Type
NonNegativeIntegerObjectPropertyType
Source
<xs:element name="Group_ID" type="cyboxCommon:NonNegativeIntegerObjectPropertyType"><xs:annotation><xs:documentation>The Group_ID field specifies the Unix ID of the group.</xs:documentation></xs:annotation></xs:element>
The Permissions_Mask field specifies the Unix permissions mask for the privilege.
Diagram
Type
StringObjectPropertyType
Source
<xs:element name="Permissions_Mask" type="cyboxCommon:StringObjectPropertyType"><xs:annotation><xs:documentation>The Permissions_Mask field specifies the Unix permissions mask for the privilege.</xs:documentation></xs:annotation></xs:element>
Complex Type UnixUserAccountObj:UnixUserAccountObjectType
<xs:complexType name="UnixUserAccountObjectType" mixed="false"><xs:annotation><xs:documentation>The UnixUserAccountType type is intended to characterize Unix user accounts.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="UserAccountObj:UserAccountObjectType"><xs:sequence><xs:element name="Group_ID" type="cyboxCommon:UnsignedIntegerObjectPropertyType" minOccurs="0"><xs:annotation><xs:documentation>The Group_ID field specifies the ID of the primary group to which the Unix user account belongs.</xs:documentation></xs:annotation></xs:element><xs:element name="User_ID" type="cyboxCommon:UnsignedIntegerObjectPropertyType" minOccurs="0"><xs:annotation><xs:documentation>The User_ID field specifies the ID of the Unix user account.</xs:documentation></xs:annotation></xs:element><xs:element name="Login_Shell" type="cyboxCommon:StringObjectPropertyType" minOccurs="0"><xs:annotation><xs:documentation>The Login_Shell field specifies the name of the default login shell used by the Unix user account.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>
<xs:complexType name="UnixGroupType"><xs:annotation><xs:documentation>The UnixGroupType type is used for specifying Unix groups. It extends the abstract GroupType from the Cybox UserAccount construct.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="UserAccountObj:GroupType"><xs:sequence><xs:element name="Group_ID" type="cyboxCommon:NonNegativeIntegerObjectPropertyType"><xs:annotation><xs:documentation>The Group_ID field specifies the Unix ID of the group.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>
<xs:complexType name="UnixPrivilegeType"><xs:annotation><xs:documentation>The UnixPrivilegeType type is used to specify Unix privileges. It extends the abstract PrivilegeType from the CybOX UserAccount object.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="UserAccountObj:PrivilegeType"><xs:sequence><xs:element name="Permissions_Mask" type="cyboxCommon:StringObjectPropertyType"><xs:annotation><xs:documentation>The Permissions_Mask field specifies the Unix permissions mask for the privilege.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>