Showing:

Annotations
Diagrams
Instances
Properties
Source
Element GetOrganizationsResponse
Namespace http://4psa.com/OrganizationMessages.xsd/5.2.5
Annotations
Get organizations: response
Diagram
Diagram OrganizationMessages_xsd_Element_GetOrganizationsResponse.tmp#GetOrganizationsResponse_organization Common_xsd_Element_notice.tmp#notice
Properties
content: complex
Model organization* , notice*
Children notice, organization
Instance
<GetOrganizationsResponse xmlns="http://4psa.com/OrganizationMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <organization>{0,unbounded}</organization>
  <common:notice>{0,unbounded}</common:notice>
</GetOrganizationsResponse>
Source
<xs:element name="GetOrganizationsResponse">
  <xs:annotation>
    <xs:documentation>Get organizations: response</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="organization" type="organizationData:OrganizationList" maxOccurs="unbounded" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Account data</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="common:notice" maxOccurs="unbounded" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element organization
Namespace http://4psa.com/OrganizationMessages.xsd/5.2.5
Annotations
Account data
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
Type OrganizationList
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
<organization xmlns="http://4psa.com/OrganizationMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5" xmlns:organizationData="http://4psa.com/OrganizationData.xsd/5.2.5" xmlns:accountData="http://4psa.com/AccountData.xsd/5.2.5">
  <common:ID>{0,1}</common:ID>
  <organizationData:name>{0,1}</organizationData:name>
  <organizationData:firstName>{0,1}</organizationData:firstName>
  <organizationData:lastName>{0,1}</organizationData:lastName>
  <organizationData:login>{0,1}</organizationData:login>
  <organizationData:email>{0,1}</organizationData:email>
  <organizationData:company>{0,1}</organizationData:company>
  <accountData:templateID>{0,1}</accountData:templateID>
  <common:identifier>{0,1}</common:identifier>
  <common:scope>{0,1}</common:scope>
</organization>
Source
<xs:element name="organization" type="organizationData:OrganizationList" maxOccurs="unbounded" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Account data</xs:documentation>
  </xs:annotation>
</xs:element>