📄 bug27742.wsdl
字号:
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XML Spy v4.4 U (http://www.xmlspy.com) by Rakesh Vidyadharan (Enterprise Application Development Tribune Media Services) -->
<wsdl:definitions name="xtvdWebService" targetNamespace="urn:TMSWebServices" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tms="urn:TMSWebServices" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<wsdl:types>
<xsd:schema targetNamespace="urn:TMSWebServices" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tms="urn:TMSWebServices" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<simpleType name="duration">
<annotation>
<documentation xml:lang="en">ISO 8601 pattern used to denote program durations. Year, month and day are not relevent in our context and are omitted.</documentation>
</annotation>
<restriction base="xsd:duration">
<pattern value="PT[0-9][0-9]H[0-5][0-9]M"/>
</restriction>
</simpleType>
<simpleType name="dateTime">
<annotation>
<documentation xml:lang="en">ISO 8601 pattern for date+time information : YYYY-MM-DDThh:mm:ssZ</documentation>
</annotation>
<restriction base="xsd:dateTime">
<pattern value="20[0-9]{2}\-[0-1][0-9]\-[0-3][0-9]T[0-2][0-9]:[0-5][0-9]:[0-5][0-9]Z"/>
</restriction>
</simpleType>
<simpleType name="date">
<annotation>
<documentation xml:lang="en">ISO 8601 pattern for date: YYYY-MM-DD</documentation>
</annotation>
<restriction base="xsd:date">
<pattern value="(19|20)[0-9]{2}\-[0-1][0-9]\-[0-3][0-9]"/>
</restriction>
</simpleType>
<simpleType name="time">
<annotation>
<documentation xml:lang="en">ISO 8601 pattern for time of day : hh:mm:ss</documentation>
</annotation>
<restriction base="xsd:time">
<pattern value="\d\d:\d\d:\d\d"/>
</restriction>
</simpleType>
<simpleType name="mpaaRatings">
<annotation>
<documentation xml:lang="en">MPAA standard ratings for a movie as defined in the movie and TV database schemas.</documentation>
</annotation>
<restriction base="xsd:string">
<enumeration value="Adult">
<annotation>
<documentation xml:lang="en">This is the way this rating is defined in the movies database schema.</documentation>
</annotation>
</enumeration>
<enumeration value="AO">
<annotation>
<documentation xml:lang="en">This is the way this rating is defined in the TV database schema.</documentation>
</annotation>
</enumeration>
<enumeration value="G"/>
<enumeration value="NC-17"/>
<enumeration value="NONE">
<annotation>
<documentation xml:lang="en">Films in the movie database that do not have any ratings associated with them are sometimes marked with this value.</documentation>
</annotation>
</enumeration>
<enumeration value="NOT RATED">
<annotation>
<documentation xml:lang="en">This is the way films without any rating are defined in the movies database schema.</documentation>
</annotation>
</enumeration>
<enumeration value="NR">
<annotation>
<documentation xml:lang="en">This is the way films without any rating are defined in the TV database schema.</documentation>
</annotation>
</enumeration>
<enumeration value="PG"/>
<enumeration value="PG-13"/>
<enumeration value="R"/>
</restriction>
</simpleType>
<simpleType name="starRating">
<annotation>
<documentation xml:lang="en">A Zap2it reviewer assigned rating for a given film.</documentation>
</annotation>
<restriction base="xsd:string">
<enumeration value="*"/>
<enumeration value="*+"/>
<enumeration value="**"/>
<enumeration value="**+"/>
<enumeration value="***"/>
<enumeration value="***+"/>
<enumeration value="****"/>
</restriction>
</simpleType>
<simpleType name="movieCrewRole">
<annotation>
<documentation xml:lang="en">The roles that are currently defined for the production crew associated with a given film.</documentation>
</annotation>
<restriction base="xsd:string">
<enumeration value="Actor"/>
<enumeration value="Director"/>
<enumeration value="Executive Producer"/>
<enumeration value="Guest Star"/>
<enumeration value="Producer"/>
<enumeration value="Writer"/>
</restriction>
</simpleType>
<simpleType name="movieGenres">
<annotation>
<documentation xml:lang="en">The standard genres that are used to classify films in the movies database schema.</documentation>
</annotation>
<restriction base="xsd:string">
<enumeration value=""/>
<enumeration value="Action"/>
<enumeration value="Adults only"/>
<enumeration value="Adventure"/>
<enumeration value="Animated musical"/>
<enumeration value="Biography"/>
<enumeration value="Children"/>
<enumeration value="Comedy"/>
<enumeration value="Comedy-drama"/>
<enumeration value="Crime drama"/>
<enumeration value="Docudrama"/>
<enumeration value="Documentary"/>
<enumeration value="Drama"/>
<enumeration value="Fantasy"/>
<enumeration value="French"/>
<enumeration value="Historical drama"/>
<enumeration value="Horror"/>
<enumeration value="Martial arts"/>
<enumeration value="Musical"/>
<enumeration value="Musical comedy"/>
<enumeration value="Musical romance"/>
<enumeration value="Mystery"/>
<enumeration value="Romance"/>
<enumeration value="Romance-comedy"/>
<enumeration value="Science fiction"/>
<enumeration value="Spanish"/>
<enumeration value="Suspense"/>
<enumeration value="Suspense-comedy"/>
<enumeration value="War"/>
<enumeration value="Western"/>
</restriction>
</simpleType>
<simpleType name="movieAdvisories">
<annotation>
<documentation xml:lang="en">The standard advisory messages that are associated with a movie shown on TV.</documentation>
</annotation>
<restriction base="xsd:string">
<enumeration value="Adult Situations"/>
<enumeration value="Adolescentes y Adultos"/>
<enumeration value="Adultos"/>
<enumeration value="Brief Nudity"/>
<enumeration value="Graphic Language"/>
<enumeration value="Graphic Violence"/>
<enumeration value="Language"/>
<enumeration value="Mild Violence"/>
<enumeration value="Nudity"/>
<enumeration value="Publico General"/>
<enumeration value="Rape"/>
<enumeration value="Strong Sexual Content"/>
<enumeration value="Violence"/>
</restriction>
</simpleType>
<simpleType name="tvRatings">
<annotation>
<documentation xml:lang="en">The FCC standard ratings for TV programs (http://www.fcc.gov/vchip/#guidelines)</documentation>
</annotation>
<restriction base="xsd:string">
<enumeration value="TVY"/>
<enumeration value="TVY7"/>
<enumeration value="TVG"/>
<enumeration value="TVPG"/>
<enumeration value="TV14"/>
<enumeration value="TVMA"/>
</restriction>
</simpleType>
<simpleType name="tvColorCode">
<annotation>
<documentation>The standard color codes used to denote the color scheme used by a TV program (eg. Color, B & W ...).</documentation>
</annotation>
<restriction base="xsd:string">
<enumeration value="B & W">
<annotation>
<documentation xml:lang="en">Indicates that the program is begin telecast in Black and White.</documentation>
</annotation>
</enumeration>
<enumeration value="Color">
<annotation>
<documentation xml:lang="en">Indicates that the program being telecast is in color.</documentation>
</annotation>
</enumeration>
<enumeration value="Colorized">
<annotation>
<documentation xml:lang="en">Indicates that the program being telecast is a colorised version of the original program.</documentation>
</annotation>
</enumeration>
<enumeration value="Color and B & W">
<annotation>
<documentation xml:lang="en">Indicates that the program being telecast is partly in color and partly in Black and White.</documentation>
</annotation>
</enumeration>
</restriction>
</simpleType>
<attributeGroup name="filmDataAttributes">
<annotation>
<documentation xml:lang="en">Common attributes that are applicable to all the root elements of the XML schemas developed to represent film data.</documentation>
</annotation>
<attribute name="postalCode" type="xsd:string" use="optional">
<annotation>
<documentation xml:lang="en">The ZIP/Postal code for which the theatre list was generated.</documentation>
</annotation>
</attribute>
<attribute name="radius" type="xsd:float" use="optional" default="5">
<annotation>
<documentation xml:lang="en">The radius around the centroid of the ZIP/Postal code within which the films are located. A default value of 20 (miles for US customers and kilometres for non-US customers) will be used if the client making the request did not specify a radius.</documentation>
</annotation>
</attribute>
<attribute name="maxCount" type="xsd:int" use="optional">
<annotation>
<documentation xml:lang="en">The maximum number of film/theatre records that are included in the document. This number may be specified by the client making the request for the list of films/theatres/showtimes.</documentation>
</annotation>
</attribute>
</attributeGroup>
<complexType name="crewMember">
<annotation>
<documentation xml:lang="en">A cast or production crew member for a film or TV show.</documentation>
</annotation>
<sequence>
<element name="role" type="xsd:string">
<annotation>
<documentation xml:lang="en">Describes the role of the crew member. Eg. Actor, Director ...</documentation>
</annotation>
</element>
<element name="givenname" type="xsd:string" nillable="true">
<annotation>
<documentation xml:lang="en">The given/first name of the crew member. The element name follows LDAP naming convention. TMS does not have given/first names for all cast/crew members. Hence this element is nillable.</documentation>
</annotation>
</element>
<element name="surname" type="xsd:string">
<annotation>
<documentation xml:lang="en">The surname/last-name of the crew member. The element name follows LDAP naming convention.</documentation>
</annotation>
</element>
</sequence>
</complexType>
<complexType name="image">
<annotation>
<documentation>Complex type that contains the attributes of an image. The only attribute available at present is its URI.</documentation>
</annotation>
<sequence>
<element name="imageUri" type="xsd:anyURI" nillable="true">
<annotation>
<documentation>This element contains an absolute URI to an image associated with the film.</documentation>
</annotation>
</element>
<element name="width" type="xsd:string" minOccurs="0">
<annotation>
<documentation>This element defines the width of the image associated with the film. This element is a place holder. The width attribute is not available at present.</documentation>
</annotation>
</element>
<element name="height" type="xsd:string" minOccurs="0">
<annotation>
<documentation>This element defines the height of the image associated with the film. This element is a place holder. The height attribute is not available at present.</documentation>
</annotation>
</element>
</sequence>
</complexType>
<complexType name="address">
<annotation>
<documentation xml:lang="en">This complex type describes a generic address.</documentation>
</annotation>
<sequence>
<element name="streetAddress">
<annotation>
<documentation xml:lang="en">This element groups together the various street address parts for the entire address.</documentation>
</annotation>
<complexType>
<sequence>
<element name="street" type="xsd:string" maxOccurs="unbounded">
<annotation>
<documentation xml:lang="en">This field contains each entry for the street address part of the entire address.</documentation>
</annotation>
</element>
</sequence>
</complexType>
</element>
<element name="city" type="xsd:string">
<annotation>
<documentation xml:lang="en">This field contains the city for the address.</documentation>
</annotation>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -