2.2.5.9.5 DomainProviderEnvironment

The DomainProviderEnvironment type describes the environment that the domain provider is running.

 <xs:simpleType name="DomainProviderEnvironment">
   <xs:restriction base="xs:string">
     <xs:enumeration value="Testing" />
     <xs:enumeration value="Production" />
   </xs:restriction>
 </xs:simpleType>

The following table describes the values for this type.

Value

Description

Testing

Domain provider is running in a testing environment.

Production

Domain provider is running in a production environment.