Skip to content

Commit

Permalink
Merge pull request #4 from MPEGGroup/3rd-Ed
Browse files Browse the repository at this point in the history
Update DASH-MPD.xsd
  • Loading branch information
Michael A Dolan authored Jun 14, 2019
2 parents d80774d + 1cf10f7 commit d363ede
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions DASH-MPD.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
<xs:enumeration value="application" />
<xs:enumeration value="font" />
</xs:restriction>
<simpleType>
</xs:simpleType>
<!-- Content Component -->
<xs:complexType name="ContentComponentType">
<xs:sequence>
Expand Down Expand Up @@ -254,6 +254,12 @@
<xs:complexType name="PreselectionType">
<xs:complexContent>
<xs:extension base="RepresentationBaseType">
<xs:sequence>
<xs:element name="Accessibility" type="DescriptorType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="Role" type="DescriptorType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="Rating" type="DescriptorType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="Viewpoint" type="DescriptorType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="id" type="StringNoWhitespaceType" default="1"/>
<xs:attribute name="preselectionComponents" type="StringVectorType" use="required"/>
<xs:attribute name="lang" type="xs:language"/>
Expand All @@ -262,7 +268,7 @@
</xs:complexType>
<!-- Audio Sampling Rate -->
<xs:simpleType name="AudioSamplingRateType">
<xs:restriction base="xs:UIntVector">
<xs:restriction base="UIntVectorType">
<xs:minLength value="1"/>
<xs:maxLength value="2"/>
</xs:restriction>
Expand Down

0 comments on commit d363ede

Please sign in to comment.