Common - Complex Types
This section documents the complex data types for Common service.
unixUTimeStampType
Namespace: http://4psa.com/Common.xsd/1.5
Used by
Extends: xs:long
Full XSD Source
xml
<xs:complexType name="unixUTimeStampType">
<xs:simpleContent>
<xs:extension base="xs:long">
<xs:attribute name="unlimited" type="xs:boolean" default="true"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>unlimitedUIntType
Namespace: http://4psa.com/Common.xsd/1.5
Extends: xs:unsignedInt
Full XSD Source
xml
<xs:complexType name="unlimitedUIntType">
<xs:simpleContent>
<xs:extension base="xs:unsignedInt">
<xs:attribute name="unlimited" type="xs:boolean" default="true"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>unlimitedUFloatType
Namespace: http://4psa.com/Common.xsd/1.5
Extends: xs:float
Full XSD Source
xml
<xs:complexType name="unlimitedUFloatType">
<xs:simpleContent>
<xs:extension base="xs:float">
<xs:attribute name="unlimited" type="xs:boolean" default="true"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>credentials
Namespace: http://4psa.com/Common.xsd/1.5
Used by
<headerdata:userCredentials>element
Element: username
Type: string
Namespace: http://4psa.com/Common.xsd/1.5
Description: The username used to login to the DNS Manager server.
Properties
| Property | Value |
|---|---|
| content | simple |
XSD Source
xml
<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
Type: passwordType
Namespace: http://4psa.com/Common.xsd/1.5
Description: The password used to login to the DNS Manager server.
Properties
| Property | Value |
|---|---|
| content | simple |
XSD Source
xml
<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>