diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-09-03 12:10:38 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-20 19:33:00 +0200 |
| commit | dd186936df07341e5d33ea7cff5d32a6bcf749c3 (patch) | |
| tree | 2fb0c9bd16076b79db597f9c729efc6982153a30 | |
| parent | c3ff529e82f9139a73012dab051dbd96fdd745c3 (diff) | |
Add extra parameter to Interop subtitles seen in the wild.
| -rw-r--r-- | xsd/DCSubtitle.v1.mattsson.xsd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xsd/DCSubtitle.v1.mattsson.xsd b/xsd/DCSubtitle.v1.mattsson.xsd index acdfcd84..77f2b436 100644 --- a/xsd/DCSubtitle.v1.mattsson.xsd +++ b/xsd/DCSubtitle.v1.mattsson.xsd @@ -117,6 +117,7 @@ <xs:attribute name="HPosition" type="positionType"/> <xs:attribute name="VAlign" type="vAlignType" /> <xs:attribute name="VPosition" type="positionType"/> + <xs:attribute name="ZPosition" type="positionType"/> </xs:complexType> </xs:element> <xs:element name="Ruby"> |
