Showing:

Annotations
Diagrams
Instances
Properties
Source
Element GetServiceProvidersResponse
Namespace http://4psa.com/ServiceProviderMessages.xsd/5.2.5
Annotations
Get service providers: response
Diagram
Diagram ServiceProviderMessages_xsd_Element_GetServiceProvidersResponse.tmp#GetServiceProvidersResponse_serviceProvider Common_xsd_Element_notice.tmp#notice
Properties
content: complex
Model serviceProvider* , notice*
Children notice, serviceProvider
Instance
<GetServiceProvidersResponse xmlns="http://4psa.com/ServiceProviderMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <serviceProvider>{0,unbounded}</serviceProvider>
  <common:notice>{0,unbounded}</common:notice>
</GetServiceProvidersResponse>
Source
<xs:element name="GetServiceProvidersResponse">
  <xs:annotation>
    <xs:documentation>Get service providers: response</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" minOccurs="0" name="serviceProvider" type="spData:ServiceProviderList"/>
      <xs:element maxOccurs="unbounded" minOccurs="0" ref="common:notice"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element serviceProvider
Namespace http://4psa.com/ServiceProviderMessages.xsd/5.2.5
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 ServiceProviderData_xsd_Complex_Type_ServiceProviderList.tmp#ServiceProviderList
Type ServiceProviderList
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
<serviceProvider xmlns="http://4psa.com/ServiceProviderMessages.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>
</serviceProvider>
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="serviceProvider" type="spData:ServiceProviderList"/>