ZVON > References > UDDI Reference
Element operationalInfo
Occurs in operationalInfos,


XML Schema

<xsd:element name="operationalInfo" final="restriction" type="uddi:operationalInfo"/>

<xsd:complexType name="operationalInfo" final="restriction">
   <xsd:sequence>
      <xsd:element name="created" minOccurs="0" type="uddi:timeInstant"/>
      <xsd:element name="modified" minOccurs="0" type="uddi:timeInstant"/>
      <xsd:element name="modifiedIncludingChildren" minOccurs="0" type="uddi:timeInstant"/>
      <xsd:element name="nodeID" minOccurs="0" type="uddi:nodeID"/>
      <xsd:element name="authorizedName" minOccurs="0" type="xsd:string"/>
   </xsd:sequence>
   <xsd:attribute name="entityKey" type="uddi:uddiKey" use="required"/>
</xsd:complexType>



<xsd:simpleType name="timeInstant" final="restriction">
   <xsd:restriction base="xsd:dateTime"/>
</xsd:simpleType>



<xsd:simpleType name="timeInstant" final="restriction">
   <xsd:restriction base="xsd:dateTime"/>
</xsd:simpleType>



<xsd:simpleType name="timeInstant" final="restriction">
   <xsd:restriction base="xsd:dateTime"/>
</xsd:simpleType>



<xsd:simpleType name="nodeID" final="restriction">
   <xsd:restriction base="uddi:uddiKey"/>
</xsd:simpleType>



<xsd:simpleType name="uddiKey">
   <xsd:restriction base="xsd:anyURI">
      <xsd:maxLength value="255"/>
   </xsd:restriction>
</xsd:simpleType>