ZVON > References > UDDI Reference |
Intro / Search / ZVON |
Element | tModelDetail [ v2 ] |
---|---|
Occurs in | [ ] - [ ] (comparison ) |
Description | Message - Response: returns all exposed details about a tModel. This is the response to a get_tModelDetail message. |
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="tModelDetail"> <xsd:complexType> <xsd:sequence> <xsd:element ref="tModel" 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="tModelDetail"> <xsd:complexType> <xsd:sequence> <xsd:element name="tModel" maxOccurs="unbounded"> <xsd:complexType> <xsd:sequence> <xsd:element name="name" type="xsd:string"/> <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="identifierBag" 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: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="tModelKey" type="xsd:string"/> <xsd:attribute name="operator" type="xsd:string"/> <xsd:attribute name="authorizedName" 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> |