Skip to content

Commit

Permalink
Reorder ClosedCaption per spec element alphabetizing rules
Browse files Browse the repository at this point in the history
  • Loading branch information
goosemanjack committed Nov 12, 2018
1 parent 6eb4a67 commit dac1274
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions vast_4.1.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,33 @@
<xs:element name="MediaFiles" minOccurs="1" maxOccurs="1">
<xs:complexType>
<xs:sequence>
<xs:element name="ClosedCaptionFiles" minOccurs="0" maxOccurs="1">
<xs:complexType>
<xs:sequence>
<xs:element name="ClosedCaptionFile" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>A CDATA-wrapped URI to a file providing Closed Caption info for the media file.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:anyURI">
<xs:attribute name="type" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>Identifies the MIME type of the file provided.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="language" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>Language of the Closed Caption File using ISO 631-1 codes. An optional locale suffix can also be provided.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="MediaFile" minOccurs="1" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>URI location of linear file. Content must be wrapped in CDATA tag.</xs:documentation>
Expand Down Expand Up @@ -599,33 +626,6 @@
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element name="ClosedCaptionFiles" minOccurs="0" maxOccurs="1">
<xs:complexType>
<xs:sequence>
<xs:element name="ClosedCaptionFile" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>A CDATA-wrapped URI to a file providing Closed Caption info for the media file.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:anyURI">
<xs:attribute name="type" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>Identifies the MIME type of the file provided.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="language" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>Language of the Closed Caption File using ISO 631-1 codes. An optional locale suffix can also be provided.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Expand Down

0 comments on commit dac1274

Please sign in to comment.