Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Element EditExtension
Namespace http://4psa.com/ExtensionMessages.xsd/5.2.5
Annotations
Edit extension: request
Diagram
Diagram Common_xsd_Element_extendedNumber.tmp#extendedNumber ExtensionData_xsd_Element_label.tmp#label ExtensionMessages_xsd_Element_EditExtension.tmp#EditExtension_password AccountData_xsd_Element_fromUser.tmp#fromUser AccountData_xsd_Element_fromUserIdentifier.tmp#fromUserIdentifier
Properties
content: complex
Model extendedNumber{0,1} , label , password{0,1} , (fromUser{0,1} | fromUserIdentifier{0,1})
Children extendedNumber, fromUser, fromUserIdentifier, label, password
Instance
<EditExtension xmlns="http://4psa.com/ExtensionMessages.xsd/5.2.5" xmlns:common="http://4psa.com/Common.xsd/5.2.5" xmlns:extensionData="http://4psa.com/ExtensionData.xsd/5.2.5" xmlns:accountData="http://4psa.com/AccountData.xsd/5.2.5">
  <common:extendedNumber>{0,1}</common:extendedNumber>
  <extensionData:label>{1,1}</extensionData:label>
  <password>{0,1}</password>
  <accountData:fromUser>{0,1}</accountData:fromUser>
  <accountData:fromUserIdentifier>{0,1}</accountData:fromUserIdentifier>
</EditExtension>
Source
<xs:element name="EditExtension">
  <xs:annotation>
    <xs:documentation>Edit extension: request</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="common:extendedNumber" minOccurs="0"/>
      <xs:element ref="extensionData:label"/>
      <xs:element minOccurs="0" name="password" type="common:password">
        <xs:annotation>
          <xs:documentation>User password</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:choice minOccurs="0">
        <xs:element ref="accountData:fromUser" minOccurs="0"/>
        <xs:element ref="accountData:fromUserIdentifier" minOccurs="0"/>
      </xs:choice>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element password
Namespace http://4psa.com/ExtensionMessages.xsd/5.2.5
Annotations
User password
Diagram
Diagram Common_xsd_Simple_Type_password.tmp#http___4psa.com_Common.xsd_5.2.5_password
Type password
Properties
content: simple
minOccurs: 0
Facets
minLength 4
maxLength 64
Source
<xs:element minOccurs="0" name="password" type="common:password">
  <xs:annotation>
    <xs:documentation>User password</xs:documentation>
  </xs:annotation>
</xs:element>