Definition Type: ComplexType
Name: keysOwned
Namespace: urn:uddi-org:api_v3
Containing Schema: uddi_v3.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into toKey in schema uddi_v3_xsd Drilldown into toKey in schema uddi_v3_xsd Drilldown into fromKey in schema uddi_v3_xsdXSD Diagram of keysOwned in schema uddi_v3_xsd (OASIS UDDI Specification TC)
Collapse XSD Schema Code:
<xsd:complexType name="keysOwned" final="restriction">
    <xsd:choice>
        <xsd:sequence>
            <xsd:element ref="uddi:fromKey" />
            <xsd:element ref="uddi:toKey" minOccurs="0" />
        </xsd:sequence>
        <xsd:element ref="uddi:toKey" />
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
fromKey uddi:fromKey (1) (1)
toKey uddi:toKey 0 (1)
toKey uddi:toKey (1) (1)
Collapse Derivation Tree:
Collapse References:
uddi:keysOwned