ZVON > References > UDDI Reference |
Intro / Search / ZVON |
Element | tModelList [ v1 ] |
---|---|
Occurs in | [ ] - [ ] |
Description | This is a report - a list of tModels in short form. This message is the response to a find_tModel query. |
Attributes | generic operator truncated |
XML Schema |
---|
<xsd:element name="tModelList"> <xsd:complexType> <xsd:sequence> <xsd:element ref="tModelInfos"/> </xsd:sequence> <xsd:attribute name="generic" type="xsd:string" use="required"/> <xsd:attribute name="operator" type="xsd:string" use="required"/> <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="tModelList"> <xsd:complexType> <xsd:sequence> <xsd:element name="tModelInfos"> <xsd:complexType> <xsd:sequence> <xsd:element name="tModelInfo" maxOccurs="unbounded" minOccurs="0"> <xsd:complexType> <xsd:sequence> <xsd:element name="name" type="xsd:string"/> </xsd:sequence> <xsd:attribute name="tModelKey" type="xsd:string" use="required"/> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> <xsd:attribute name="generic" type="xsd:string" use="required"/> <xsd:attribute name="operator" type="xsd:string" use="required"/> <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> |