Showing:

Annotations
Diagrams
Instances
Properties
Source
Element EditServiceProvider
Namespace http://4psa.com/ServiceProviderMessages.xsd/5.2.5
Annotations
Edit service provider: request
Diagram
Diagram OrganizationData_xsd_Complex_Type_OrganizationInfo.tmp#OrganizationInfo_name OrganizationData_xsd_Complex_Type_OrganizationInfo.tmp#OrganizationInfo_firstName OrganizationData_xsd_Complex_Type_OrganizationInfo.tmp#OrganizationInfo_lastName OrganizationData_xsd_Complex_Type_OrganizationInfo.tmp#OrganizationInfo_company OrganizationData_xsd_Complex_Type_OrganizationInfo.tmp#OrganizationInfo_login OrganizationData_xsd_Complex_Type_OrganizationInfo.tmp#OrganizationInfo_passwordAuto OrganizationData_xsd_Complex_Type_OrganizationInfo.tmp#OrganizationInfo_password OrganizationData_xsd_Complex_Type_OrganizationInfo.tmp#OrganizationInfo_forceUpdate OrganizationData_xsd_Complex_Type_OrganizationInfo.tmp#OrganizationInfo_phone OrganizationData_xsd_Complex_Type_OrganizationInfo.tmp#OrganizationInfo_fax OrganizationData_xsd_Complex_Type_OrganizationInfo.tmp#OrganizationInfo_email OrganizationData_xsd_Complex_Type_OrganizationInfo.tmp#OrganizationInfo_address OrganizationData_xsd_Complex_Type_OrganizationInfo.tmp#OrganizationInfo_city OrganizationData_xsd_Complex_Type_OrganizationInfo.tmp#OrganizationInfo_pcode OrganizationData_xsd_Complex_Type_OrganizationInfo.tmp#OrganizationInfo_country OrganizationData_xsd_Complex_Type_OrganizationInfo.tmp#OrganizationInfo_region OrganizationData_xsd_Complex_Type_OrganizationInfo.tmp#OrganizationInfo_timezone OrganizationData_xsd_Complex_Type_OrganizationInfo.tmp#OrganizationInfo_interfaceLang OrganizationData_xsd_Complex_Type_OrganizationInfo.tmp#OrganizationInfo_notes AccountData_xsd_Element_serverID.tmp#serverID OrganizationData_xsd_Complex_Type_OrganizationInfo.tmp#OrganizationInfo_chargingIdentifier OrganizationData_xsd_Complex_Type_OrganizationInfo.tmp#OrganizationInfo_subscriptionID OrganizationData_xsd_Complex_Type_OrganizationInfo.tmp#OrganizationInfo AccountData_xsd_Element_channelRuleID.tmp#channelRuleID AccountData_xsd_Element_chargingPlanID.tmp#chargingPlanID AccountData_xsd_Element_chargingPlanIdentifier.tmp#chargingPlanIdentifier ServiceProviderData_xsd_Complex_Type_ServiceProviderInfo.tmp#ServiceProviderInfo Common_xsd_Element_ID.tmp#ID Common_xsd_Element_identifier.tmp#identifier
Type extension of ServiceProviderInfo
Type hierarchy
Properties
content: complex
Model name{0,1} , firstName{0,1} , lastName{0,1} , company{0,1} , login{0,1} , passwordAuto{0,1} , password{0,1} , forceUpdate{0,1} , phone{0,1} , fax{0,1} , email{0,1} , address{0,1} , city{0,1} , pcode{0,1} , country{0,1} , region{0,1} , timezone{0,1} , interfaceLang{0,1} , notes{0,1} , serverID{0,1} , chargingIdentifier{0,1} , subscriptionID{0,1} , (channelRuleID{0,1} | chargingPlanID{0,1} | chargingPlanIdentifier{0,1}) , (ID{0,1} | identifier{0,1})
Children ID, address, channelRuleID, chargingIdentifier, chargingPlanID, chargingPlanIdentifier, city, company, country, email, fax, firstName, forceUpdate, identifier, interfaceLang, lastName, login, name, notes, password, passwordAuto, pcode, phone, region, serverID, subscriptionID, timezone
Instance
<EditServiceProvider xmlns="http://4psa.com/ServiceProviderMessages.xsd/5.2.5" xmlns:ns0="http://4psa.com/OrganizationData.xsd/5.2.5" xmlns:accountData="http://4psa.com/AccountData.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5">
  <ns0:name>{0,1}</ns0:name>
  <ns0:firstName>{0,1}</ns0:firstName>
  <ns0:lastName>{0,1}</ns0:lastName>
  <ns0:company>{0,1}</ns0:company>
  <ns0:login>{0,1}</ns0:login>
  <ns0:passwordAuto>{0,1}</ns0:passwordAuto>
  <ns0:password>{0,1}</ns0:password>
  <ns0:forceUpdate>{0,1}</ns0:forceUpdate>
  <ns0:phone>{0,1}</ns0:phone>
  <ns0:fax>{0,1}</ns0:fax>
  <ns0:email>{0,1}</ns0:email>
  <ns0:address>{0,1}</ns0:address>
  <ns0:city>{0,1}</ns0:city>
  <ns0:pcode>{0,1}</ns0:pcode>
  <ns0:country>{0,1}</ns0:country>
  <ns0:region>{0,1}</ns0:region>
  <ns0:timezone>{0,1}</ns0:timezone>
  <ns0:interfaceLang>{0,1}</ns0:interfaceLang>
  <ns0:notes>{0,1}</ns0:notes>
  <accountData:serverID>{0,1}</accountData:serverID>
  <ns0:chargingIdentifier>{0,1}</ns0:chargingIdentifier>
  <ns0:subscriptionID>{0,1}</ns0:subscriptionID>
  <accountData:channelRuleID>{0,1}</accountData:channelRuleID>
  <accountData:chargingPlanID>{0,1}</accountData:chargingPlanID>
  <accountData:chargingPlanIdentifier>{0,1}</accountData:chargingPlanIdentifier>
  <common:ID>{0,1}</common:ID>
  <common:identifier>{0,1}</common:identifier>
</EditServiceProvider>
Source
<xs:element name="EditServiceProvider">
  <xs:annotation>
    <xs:documentation>Edit service provider: request</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="spData:ServiceProviderInfo">
        <xs:choice>
          <xs:element ref="common:ID" minOccurs="0"/>
          <xs:element ref="common:identifier" minOccurs="0"/>
        </xs:choice>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>