| ZVON > References > UDDI Reference |
| Intro / Search / ZVON |
| Element | replicationConfiguration [ v2replication ] |
|---|---|
| Occurs in | [ ] |
| Description | This element is the root of the UDDI service cloud replication configuration. |
| XML Schema |
|---|
<element name="replicationConfiguration"> <complexType> <sequence> <element name="serialNumber"> </element> <element name="timeOfConfigurationUpdate" type="timeInstant"/> <element name="councilContact"> <complexType> <sequence> <element ref="api_v2:contact"/> </sequence> </complexType> </element> <element ref="operator" minOccurs="0" maxOccurs="unbounded"/> <element ref="communicationGraph" minOccurs="0"/> <element name="maximumTimeToSyncUBR" type="integer"/> <element name="maximumTimeToGetChanges" type="integer"/> </sequence> </complexType> </element> |
| Expanded XML Schema |
|---|
<element name="replicationConfiguration"> <complexType> <sequence> <element name="serialNumber"> </element> <element name="timeOfConfigurationUpdate" type="timeInstant"/> <element name="councilContact"> <complexType> <sequence> <element ref="api_v2:contact"/> </sequence> </complexType> </element> <element ref="operator" minOccurs="0" maxOccurs="unbounded"/> <element ref="communicationGraph" minOccurs="0"/> <element name="maximumTimeToSyncUBR" type="integer"/> <element name="maximumTimeToGetChanges" type="integer"/> </sequence> </complexType> </element> |