home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8"?>
- <xs:schema id="producer" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
- <xs:element name="producer" msdata:IsDataSet="true">
- <xs:complexType>
- <xs:choice maxOccurs="unbounded">
- <xs:element name="actions">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="action" minOccurs="0" maxOccurs="unbounded">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="param" nillable="true" minOccurs="0" maxOccurs="unbounded">
- <xs:complexType>
- <xs:simpleContent msdata:ColumnName="param_Text" msdata:Ordinal="0">
- <xs:extension base="xs:string">
- </xs:extension>
- </xs:simpleContent>
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- <xs:attribute name="command" type="xs:string" />
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="presentation">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="properties" minOccurs="0" maxOccurs="unbounded">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="property" nillable="true" minOccurs="0" maxOccurs="unbounded">
- <xs:complexType>
- <xs:simpleContent msdata:ColumnName="property_Text" msdata:Ordinal="1">
- <xs:extension base="xs:string">
- <xs:attribute name="name" type="xs:string" />
- <xs:attribute name="index" type="xs:string" />
- <xs:attribute name="type" type="xs:string" />
- </xs:extension>
- </xs:simpleContent>
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="timeline" minOccurs="0" maxOccurs="unbounded">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="sequence" minOccurs="0" maxOccurs="unbounded">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="media" minOccurs="0" maxOccurs="unbounded">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="effect" minOccurs="0" maxOccurs="unbounded">
- <xs:complexType>
- <xs:attribute name="index" type="xs:string" />
- </xs:complexType>
- </xs:element>
- <xs:element name="tocentryclip" minOccurs="0" maxOccurs="unbounded">
- <xs:complexType>
- <xs:attribute name="title" type="xs:string" />
- <xs:attribute name="begintime" type="xs:string" />
- <xs:attribute name="indent" type="xs:string" />
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- <xs:attribute name="src" type="xs:string" />
- <xs:attribute name="begintime" type="xs:string" />
- <xs:attribute name="endtime" type="xs:string" />
- <xs:attribute name="begintrim" type="xs:string" />
- <xs:attribute name="endtrim" type="xs:string" />
- <xs:attribute name="transitionindex" type="xs:string" />
- <xs:attribute name="link" type="xs:string" />
- <xs:attribute name="live" type="xs:string" />
- <xs:attribute name="name" type="xs:string" />
- <xs:attribute name="index" type="xs:string" />
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- <xs:attribute name="type" type="xs:string" />
- </xs:complexType>
- </xs:element>
- <xs:element name="tocentry" minOccurs="0" maxOccurs="unbounded">
- <xs:complexType>
- <xs:attribute name="title" type="xs:string" />
- <xs:attribute name="begintime" type="xs:string" />
- <xs:attribute name="indent" type="xs:string" />
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- </xs:choice>
- </xs:complexType>
- </xs:element>
- </xs:schema>