Showing:

Annotations
Diagrams
Instances
Properties
Source
Element GetUsersResponse
Namespace http://4psa.com/UserMessages.xsd/5.2.5
Annotations
Get all extensions: response
Diagram
Diagram UserMessages_xsd_Element_GetUsersResponse.tmp#GetUsersResponse_user Common_xsd_Element_notice.tmp#notice
Properties
content: complex
Model user* , notice*
Children notice, user
Instance
<GetUsersResponse xmlns="http://4psa.com/UserMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <user>{0,unbounded}</user>
  <common:notice>{0,unbounded}</common:notice>
</GetUsersResponse>
Source
<xs:element name="GetUsersResponse">
  <xs:annotation>
    <xs:documentation>Get all extensions: response</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:annotation>
      <xs:documentation>Get extension: response type</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="user" type="userData:UserList" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>User data on succes</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="common:notice" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element user
Namespace http://4psa.com/UserMessages.xsd/5.2.5
Annotations
User data on succes
Diagram
Diagram Common_xsd_Element_ID.tmp#ID OrganizationData_xsd_Complex_Type_OrganizationList.tmp#OrganizationList_name OrganizationData_xsd_Complex_Type_OrganizationList.tmp#OrganizationList_firstName OrganizationData_xsd_Complex_Type_OrganizationList.tmp#OrganizationList_lastName OrganizationData_xsd_Complex_Type_OrganizationList.tmp#OrganizationList_login OrganizationData_xsd_Complex_Type_OrganizationList.tmp#OrganizationList_email OrganizationData_xsd_Complex_Type_OrganizationList.tmp#OrganizationList_company AccountData_xsd_Element_templateID.tmp#templateID Common_xsd_Element_identifier.tmp#identifier Common_xsd_Element_scope.tmp#scope OrganizationData_xsd_Complex_Type_OrganizationList.tmp#OrganizationList UserData_xsd_Complex_Type_UserList.tmp#UserList
Type UserList
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model ID{0,1} , name{0,1} , firstName{0,1} , lastName{0,1} , login{0,1} , email{0,1} , company{0,1} , templateID{0,1} , identifier{0,1} , scope{0,1}
Children ID, company, email, firstName, identifier, lastName, login, name, scope, templateID
Instance
<user xmlns="http://4psa.com/UserMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5" xmlns:ns0="http://4psa.com/OrganizationData.xsd/5.2.5" xmlns:accountData="http://4psa.com/AccountData.xsd/5.2.5">
  <common:ID>{0,1}</common:ID>
  <ns0:name>{0,1}</ns0:name>
  <ns0:firstName>{0,1}</ns0:firstName>
  <ns0:lastName>{0,1}</ns0:lastName>
  <ns0:login>{0,1}</ns0:login>
  <ns0:email>{0,1}</ns0:email>
  <ns0:company>{0,1}</ns0:company>
  <accountData:templateID>{0,1}</accountData:templateID>
  <common:identifier>{0,1}</common:identifier>
  <common:scope>{0,1}</common:scope>
</user>
Source
<xs:element name="user" type="userData:UserList" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>User data on succes</xs:documentation>
  </xs:annotation>
</xs:element>