Skip to content

Commit

Permalink
placeholder values for CMCDv2
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhiggs committed Nov 23, 2024
1 parent e15763a commit 99dd92d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion dvbi_v7.0-with-hls-hbbtv.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,8 @@
<simpleType>
<restriction base="string">
<enumeration value="urn:dvb:metadata:cmcd:delivery:request"/>
<!-- <enumeration value="urn:dvb:metadata:cmcd:delivery:response"/> -->
<!-- <enumeration value="urn:dvb:metadata:cmcd:delivery:event"/> -->
</restriction>
</simpleType>
</attribute>
Expand All @@ -437,6 +439,7 @@
<restriction base="string">
<enumeration value="urn:dvb:metadata:cmcd:delivery:customHTTPHeader"/>
<enumeration value="urn:dvb:metadata:cmcd:delivery:queryArguments"/>
<!-- <enumeration value="urn:dvb:metadata:cmcd:delivery:JSON"/> -->
</restriction>
</simpleType>
</attribute>
Expand All @@ -455,7 +458,11 @@
<maxInclusive value="1000"/>
</restriction>
</simpleType>
</attribute>
</attribute>
<!--
<attribute name="beaconURL" type="anyURI"/>
<attribute name="interval" type="anyURI"/>
-->
</complexType>
<complexType name="ServiceAvailabilityType">
<sequence>
Expand Down
9 changes: 8 additions & 1 deletion dvbi_v7.0.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,8 @@
<simpleType>
<restriction base="string">
<enumeration value="urn:dvb:metadata:cmcd:delivery:request"/>
<!-- <enumeration value="urn:dvb:metadata:cmcd:delivery:response"/> -->
<!-- <enumeration value="urn:dvb:metadata:cmcd:delivery:event"/> -->
</restriction>
</simpleType>
</attribute>
Expand All @@ -435,6 +437,7 @@
<restriction base="string">
<enumeration value="urn:dvb:metadata:cmcd:delivery:customHTTPHeader"/>
<enumeration value="urn:dvb:metadata:cmcd:delivery:queryArguments"/>
<!-- <enumeration value="urn:dvb:metadata:cmcd:delivery:JSON"/> -->
</restriction>
</simpleType>
</attribute>
Expand All @@ -453,7 +456,11 @@
<maxInclusive value="1000"/>
</restriction>
</simpleType>
</attribute>
</attribute>
<!--
<attribute name="beaconURL" type="anyURI"/>
<attribute name="interval" type="anyURI"/>
-->
</complexType>
<complexType name="ServiceAvailabilityType">
<sequence>
Expand Down

0 comments on commit 99dd92d

Please sign in to comment.