ZVON > References > UDDI Reference
Element bindingDetail [ v2 ]
Occurs in [ ] - [ ]     (comparison )
Description Message - Response: Returns one or more bindingTemplate structures based on the input passed. This is the response to a get_bindingDetail message. Response to get_bindingDetail and save_binding messages.
Attributes
generic
Signifies the UDDI registry software version number. On input, signifies the UDDI version understood by the requesting caller.

operator
Ignored on input. Identifies the UDDI registry that supplied the data (top level message attribute) and the UDDI registry where the data is mastered (entity level use).

truncated
Used on output only. Signifies that results returned do not reflect the complete result set possible.



XML Schema

<xsd:element name="bindingDetail">
   <xsd:complexType>
      <xsd:sequence>
         <xsd:element ref="bindingTemplate" minOccurs="0" maxOccurs="unbounded"/>
      </xsd:sequence>
      <xsd:attribute name="generic" type="xsd:string" use="required"/>
      <xsd:attribute name="operator" type="xsd:string"/>
      <xsd:attribute name="truncated">
         <xsd:simpleType>
            <xsd:restriction base="xsd:NMTOKEN">
               <xsd:enumeration value="true"/>
               <xsd:enumeration value="false"/>
            </xsd:restriction>
         </xsd:simpleType>
      </xsd:attribute>
   </xsd:complexType>
</xsd:element>

Expanded XML Schema

<xsd:element name="bindingDetail">
   <xsd:complexType>
      <xsd:sequence>
         <xsd:element name="bindingTemplate" maxOccurs="unbounded" minOccurs="0">
            <xsd:complexType>
               <xsd:sequence>
                  <xsd:element name="description" maxOccurs="unbounded" minOccurs="0" type="xsd:string"/>
                  <xsd:choice>
                     <xsd:element name="accessPoint" minOccurs="0">
                        <xsd:complexType>
                           <xsd:simpleContent>
                              <xsd:extension base="xsd:string">
                                 <xsd:attribute name="URLType">
                                    <xsd:simpleType>
                                       <xsd:restriction base="xsd:NMTOKEN">
                                          <xsd:enumeration value="mailto"/>
                                          <xsd:enumeration value="http"/>
                                          <xsd:enumeration value="https"/>
                                          <xsd:enumeration value="ftp"/>
                                          <xsd:enumeration value="fax"/>
                                          <xsd:enumeration value="phone"/>
                                          <xsd:enumeration value="other"/>
                                       </xsd:restriction>
                                    </xsd:simpleType>
                                 </xsd:attribute>
                              </xsd:extension>
                           </xsd:simpleContent>
                        </xsd:complexType>
                     </xsd:element>
                     <xsd:element name="hostingRedirector" minOccurs="0">
                        <xsd:complexType>
                           <xsd:attribute name="bindingKey" type="xsd:string"/>
                        </xsd:complexType>
                     </xsd:element>
                  </xsd:choice>
                  <xsd:element name="tModelInstanceDetails">
                     <xsd:complexType>
                        <xsd:sequence>
                           <xsd:element name="tModelInstanceInfo" maxOccurs="unbounded" minOccurs="0">
                              <xsd:complexType>
                                 <xsd:sequence>
                                    <xsd:element name="description" maxOccurs="unbounded" minOccurs="0" type="xsd:string"/>
                                    <xsd:element name="instanceDetails" minOccurs="0">
                                       <xsd:complexType>
                                          <xsd:sequence>
                                             <xsd:element name="description" maxOccurs="unbounded" minOccurs="0" type="xsd:string"/>
                                             <xsd:element name="overviewDoc" minOccurs="0">
                                                <xsd:complexType>
                                                   <xsd:sequence>
                                                      <xsd:element name="description" maxOccurs="unbounded" minOccurs="0" type="xsd:string"/>
                                                      <xsd:element name="overviewURL" minOccurs="0" type="xsd:string"/>
                                                   </xsd:sequence>
                                                </xsd:complexType>
                                             </xsd:element>
                                             <xsd:element name="instanceParms" minOccurs="0" type="xsd:string"/>
                                          </xsd:sequence>
                                       </xsd:complexType>
                                    </xsd:element>
                                 </xsd:sequence>
                                 <xsd:attribute name="tModelKey" type="xsd:string"/>
                              </xsd:complexType>
                           </xsd:element>
                        </xsd:sequence>
                     </xsd:complexType>
                  </xsd:element>
               </xsd:sequence>
               <xsd:attribute name="serviceKey" type="xsd:string"/>
               <xsd:attribute name="bindingKey" type="xsd:string"/>
            </xsd:complexType>
         </xsd:element>
      </xsd:sequence>
      <xsd:attribute name="generic" type="xsd:string" use="required"/>
      <xsd:attribute name="operator" type="xsd:string"/>
      <xsd:attribute name="truncated">
         <xsd:simpleType>
            <xsd:restriction base="xsd:NMTOKEN">
               <xsd:enumeration value="true"/>
               <xsd:enumeration value="false"/>
            </xsd:restriction>
         </xsd:simpleType>
      </xsd:attribute>
   </xsd:complexType>
</xsd:element>