Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Element GetUserGroupsResponse
Namespace http://4psa.com/UserMessages.xsd/5.2.5
Annotations
Get IDs of all groups that the extension is part of
Diagram
Diagram UserMessages_xsd_Element_GetUserGroupsResponse.tmp#GetUserGroupsResponse_groups Common_xsd_Element_notice.tmp#notice
Properties
content: complex
Model groups* , notice*
Children groups, notice
Instance
<GetUserGroupsResponse xmlns="http://4psa.com/UserMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <groups>{0,unbounded}</groups>
  <common:notice>{0,unbounded}</common:notice>
</GetUserGroupsResponse>
Source
<xs:element name="GetUserGroupsResponse">
  <xs:annotation>
    <xs:documentation>Get IDs of all groups that the extension is part of</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="groups" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>List of groups</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="common:ID">
              <xs:annotation>
                <xs:documentation>ID of group</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="name" type="common:string">
              <xs:annotation>
                <xs:documentation>Name of group</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="code" type="common:string">
              <xs:annotation>
                <xs:documentation>Code of the group</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="status" type="common:positiveInteger">
              <xs:annotation>
                <xs:documentation>Status of the group</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element ref="common:notice" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element groups
Namespace http://4psa.com/UserMessages.xsd/5.2.5
Annotations
List of groups
Diagram
Diagram Common_xsd_Element_ID.tmp#ID UserMessages_xsd_Element_GetUserGroupsResponse.tmp#GetUserGroupsResponse_GetUserGroupsResponse_groups_name UserMessages_xsd_Element_GetUserGroupsResponse.tmp#GetUserGroupsResponse_GetUserGroupsResponse_groups_code UserMessages_xsd_Element_GetUserGroupsResponse.tmp#GetUserGroupsResponse_GetUserGroupsResponse_groups_status
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model ID , name , code , status
Children ID, code, name, status
Instance
<groups xmlns="http://4psa.com/UserMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <common:ID>{1,1}</common:ID>
  <name>{1,1}</name>
  <code>{1,1}</code>
  <status>{1,1}</status>
</groups>
Source
<xs:element name="groups" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>List of groups</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="common:ID">
        <xs:annotation>
          <xs:documentation>ID of group</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="name" type="common:string">
        <xs:annotation>
          <xs:documentation>Name of group</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="code" type="common:string">
        <xs:annotation>
          <xs:documentation>Code of the group</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="status" type="common:positiveInteger">
        <xs:annotation>
          <xs:documentation>Status of the group</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element groups / name
Namespace http://4psa.com/UserMessages.xsd/5.2.5
Annotations
Name of group
Diagram
Diagram Common_xsd_Simple_Type_string.tmp#string
Type string
Properties
content: simple
Facets
whiteSpace collapse
maxLength 255
Source
<xs:element name="name" type="common:string">
  <xs:annotation>
    <xs:documentation>Name of group</xs:documentation>
  </xs:annotation>
</xs:element>
Element groups / code
Namespace http://4psa.com/UserMessages.xsd/5.2.5
Annotations
Code of the group
Diagram
Diagram Common_xsd_Simple_Type_string.tmp#string
Type string
Properties
content: simple
Facets
whiteSpace collapse
maxLength 255
Source
<xs:element name="code" type="common:string">
  <xs:annotation>
    <xs:documentation>Code of the group</xs:documentation>
  </xs:annotation>
</xs:element>
Element groups / status
Namespace http://4psa.com/UserMessages.xsd/5.2.5
Annotations
Status of the group
Diagram
Diagram Common_xsd_Simple_Type_positiveInteger.tmp#positiveInteger
Type positiveInteger
Properties
content: simple
Facets
whiteSpace collapse
totalDigits 4
Source
<xs:element name="status" type="common:positiveInteger">
  <xs:annotation>
    <xs:documentation>Status of the group</xs:documentation>
  </xs:annotation>
</xs:element>