2.2.4.2 tns:DomainInfo Complex Type
The DomainInfo complex type defines the domain information that is returned by the GetDomainInfo operation, as specified in section 3.1.4.3.
-
<xs:complexType name="DomainInfo"> <xs:sequence> <xs:element name="DomainName" type="s:string" maxOccurs="1" minOccurs="0" /> <xs:element name="AppId" type="s:string" maxOccurs="1" minOccurs="0" /> <xs:element name="DomainState" type="tns:DomainState" maxOccurs="1" minOccurs="1" /> </xs:sequence> </xs:complexType>
The following table lists the child elements of the DomainInfo complex type.
Element name |
Type |
Description |
---|---|---|
DomainName |
s:string ([XMLSCHEMA2]) |
Specifies the registered name of the domain. |
AppId |
s:string |
Specifies the application identifier that is associated with the domain. |
DomainState |
tns:DomainState (section 2.2.5.1) |
Specifies the current state of the domain. MUST be present. |