http://retail3000.net/Retail3000Webservice/WebserviceSecurityComponents
SecurityRoleInfo Complex Type
http://retail3000.net/Retail3000Webservice/WebserviceSecurityComponents : SecurityRoleInfo Complex Type
Namespace http://retail3000.net/Retail3000Webservice/WebserviceSecurityComponents
Base Type
Extension of Info Complex Type
Diagram
Cancelled Element AssignedFeatures Element Description Element Code Element StoreId Element CompanyId Element OrganizationId Element LastModifiedDateTime Element LastModifiedByUserId Element CreatedDateTime Element CreatedByUserId Element ItemId Element Sequence SecurityRoleInfo Complex Type
Overview
Sequence
ItemId xs:int
CreatedDateTime xs:dateTime
CompanyId xs:int
StoreId xs:int
Code optional xs:string
Description optional xs:string
AssignedFeatures optional xs:string
Cancelled xs:boolean
Used By
NewSecurityRoleInfoResult Element
securityRole Element
GetSingleSecurityRoleResult Element
securityRole Element
securityRole Element
Source
<xs:complexType name="SecurityRoleInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:Info">
      <xs:sequence>
        <xs:element minOccurs="1" maxOccurs="1" name="OrganizationId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="CompanyId" type="xs:int" />
        <xs:element minOccurs="1" maxOccurs="1" name="StoreId" type="xs:int" />
        <xs:element minOccurs="0" maxOccurs="1" name="Code" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="Description" type="xs:string" />
        <xs:element minOccurs="0" maxOccurs="1" name="AssignedFeatures" type="xs:string" />
        <xs:element minOccurs="1" maxOccurs="1" name="Cancelled" type="xs:boolean" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://retail3000.net/Retail3000Webservice/WebserviceSecurityComponents