3.1.4.1.3.7 tns:DomainSettings Complex Type
The DomainSettings complex type represents a collection of DomainSetting elements, as specified in section 3.1.4.1.2.10, the base class for all domain settings returned by the GetDomainSettings operation.
-
<xs:complexType name="DomainSettings"> <xs:sequence> <xs:element name="DomainSetting" type="tns:DomainSetting" nillable="true" minOccurs="0" maxOccurs="unbounded" /> </xs:sequence> </xs:complexType>
The following table lists the child elements of the DomainSettings complex type.
Element name |
Type |
Description |
---|---|---|
DomainSetting |
tns:DomainSetting (section 3.1.4.1.3.8) |
Specifies the domain settings returned by the GetDomainSettings operation. |