ZVON > References > UDDI Reference
Element serviceDetail [ v2 ]
Occurs in [ ] - [ ]     (comparison )
Description Message - Response: This message is used to return full businessService details.
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="serviceDetail">
   <xsd:complexType>
      <xsd:sequence>
         <xsd:element ref="businessService" 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="serviceDetail">
   <xsd:complexType>
      <xsd:sequence>
         <xsd:element name="businessService" maxOccurs="unbounded" minOccurs="0">
            <xsd:complexType>
               <xsd:sequence>
                  <xsd:element name="name" maxOccurs="unbounded" type="xsd:string"/>
                  <xsd:element name="description" maxOccurs="unbounded" minOccurs="0" type="xsd:string"/>
                  <xsd:element name="bindingTemplates">
                     <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:complexType>
                  </xsd:element>
                  <xsd:element name="categoryBag" minOccurs="0">
                     <xsd:complexType>
                        <xsd:sequence>
                           <xsd:element name="keyedReference" maxOccurs="unbounded" minOccurs="0">
                              <xsd:complexType>
                                 <xsd:attribute name="tModelKey" type="xsd:string"/>
                                 <xsd:attribute name="keyName" type="xsd:string"/>
                                 <xsd:attribute name="keyValue" 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="businessKey" 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>