authentication-data Schema
alm-authentication Element
authentication-data Schema : alm-authentication Element

Glossary Item Box

Namespace (none)

Diagram

password Element user Element All alm-authentication Element

Overview

All
user xs:string
User name
password xs:string
User password

Source

<xs:element name="alm-authentication" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:all>
      <xs:element name="user" type="xs:string" minOccurs="1" maxOccurs="1">
        <xs:annotation>
          <xs:documentation>
                          User name
                       </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="password" type="xs:string" minOccurs="1" maxOccurs="1">
        <xs:annotation>
          <xs:documentation>
                          User password
                       </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:all>
  </xs:complexType>
</xs:element>

See Also