Showing:

Annotations
Diagrams
Facets
Properties
Source
Element username
Namespace http://4psa.com/Common.xsd/1.5
Annotations
The username used to login to the DNS Manager server.
Diagram
Diagram Common_xsd_Simple_Type_string.tmp#string
Type string
Properties
content: simple
Facets
whiteSpace collapse
Source
<xs:element name="username" type="string">
  <xs:annotation>
    <xs:documentation>The username used to login to the DNS Manager server.</xs:documentation>
  </xs:annotation>
</xs:element>
Element password
Namespace http://4psa.com/Common.xsd/1.5
Annotations
The password used to login to the DNS Manager server.
Diagram
Diagram Common_xsd_Simple_Type_passwordType.tmp#passwordType
Type passwordType
Properties
content: simple
Facets
minLength 4
maxLength 64
Source
<xs:element name="password" type="passwordType">
  <xs:annotation>
    <xs:documentation>The password used to login to the DNS Manager server.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type credentials
Namespace http://4psa.com/Common.xsd/1.5
Diagram
Diagram Common_xsd_Complex_Type_credentials.tmp#credentials_username Common_xsd_Complex_Type_credentials.tmp#credentials_password
Model username , password
Children password, username
Source
<xs:complexType name="credentials">
  <xs:sequence>
    <xs:element name="username" type="string">
      <xs:annotation>
        <xs:documentation>The username used to login to the DNS Manager server.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="password" type="passwordType">
      <xs:annotation>
        <xs:documentation>The password used to login to the DNS Manager server.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>