http://retail3000.net/Retail3000Webservice/WebserviceSecurityComponents
ViewSecurityRoleGroupInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceSecurityComponents : ViewSecurityRoleGroupInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceSecurityComponents
Base Type
Extension of SecurityRoleGroupInfo Complex Type
Diagram
GroupDescription Element RoleDescription Element SecurityGroupId Element SecurityRoleId Element StoreId Element OrganizationId Element CompanyId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence ViewSecurityRoleGroupInfo Complex Type
Overview
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
CompanyId xs:int
StoreId xs:int
RoleDescription optional xs:string
GroupDescription optional xs:string
Used By
ViewSecurityRoleGroupInfo Element
Source
<xs:complexType name="ViewSecurityRoleGroupInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:SecurityRoleGroupInfo">
      <xs:sequence>
        <xs:element minOccurs="0" maxOccurs="1" name="RoleDescription" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="GroupDescription" type="xs:string" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceSecurityComponents