ZVON > References > UDDI Reference
Element operator [ v2replication ]
Occurs in [ ]
Description This element indicates configuration information about a particular operator.


XML Schema

<element name="operator">
   <complexType>
      <sequence>
         <element name="operatorNodeID">
         </element>
         <element name="operatorStatus">
         </element>
         <element ref="api_v2:contact" maxOccurs="unbounded"/>
         <element name="operatorCustodyName">
         </element>
         <element name="soapReplicationRootURL" type="uriReference"/>
         <element name="certIssuerName" type="string"/>
         <element name="certSubjectName" type="string"/>
         <element name="certificate" maxOccurs="unbounded" minOccurs="0">
            <simpleType>
               <restriction base="binary">
                  <encoding value="base64"/>
               </restriction>
            </simpleType>
         </element>
      </sequence>
   </complexType>
</element>

Expanded XML Schema

<element name="operator">
   <complexType>
      <sequence>
         <element name="operatorNodeID">
         </element>
         <element name="operatorStatus">
         </element>
         <element ref="api_v2:contact" maxOccurs="unbounded"/>
         <element name="operatorCustodyName">
         </element>
         <element name="soapReplicationRootURL" type="uriReference"/>
         <element name="certIssuerName" type="string"/>
         <element name="certSubjectName" type="string"/>
         <element name="certificate" maxOccurs="unbounded" minOccurs="0">
            <simpleType>
               <restriction base="binary">
                  <encoding value="base64"/>
               </restriction>
            </simpleType>
         </element>
      </sequence>
   </complexType>
</element>