<xsd:element name="user_item" substitutionGroup="system_characteristics:item">
<xsd:annotation>
<xsd:documentation>The windows user item allows the different groups that a user belongs to be collected. Note that the group element can appear an unlimited number of times. If the specified group is not a member of a single group, or if there is an error determining the groups that the user belongs to, then a single group element should be included that reports this error.</xsd:documentation>
<xsd:appinfo>
<item_name>User Item</item_name>
<extends>itemType</extends>
<valid_sections>message, object, data</valid_sections>
<example>
</example>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="system_characteristics:itemType">
<xsd:sequence>
<xsd:element name="object" minOccurs="1" maxOccurs="1">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="system_characteristics:objectType">
<xsd:sequence>
<xsd:element name="user" type="system_characteristics:objectStringType" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>A string the represents the name of a particular user.</xsd:documentation>
<xsd:appinfo>
<parent_item>group_item</parent_item>
<cardinality>1</cardinality>
<content>string</content>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="data" minOccurs="0" maxOccurs="1">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="system_characteristics:dataType">
<xsd:sequence>
<xsd:element name="enabled" type="system_characteristics:dataBoolType" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>A boolean that represents whether the particular user is enabled or not.</xsd:documentation>
<xsd:appinfo>
<parent_item>user_item</parent_item>
<cardinality>1</cardinality>
<content>string</content>
<valid_datatypes>boolean</valid_datatypes>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="group" type="system_characteristics:dataStringType" minOccurs="1" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>A string that represents the name of a particular group.</xsd:documentation>
<xsd:appinfo>
<parent_item>group_item</parent_item>
<cardinality>1-n</cardinality>
<content>string</content>
<valid_datatypes>string</valid_datatypes>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
|