diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-09-03 12:10:38 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-21 21:57:18 +0200 |
| commit | 931ede74d952e77a5bbd58e23d4977bc3081587a (patch) | |
| tree | 0be5a4e3f9802321fa6af16dcbff94e857ab3dbc | |
| parent | 549011d53fa302fde3dcb6df4d946dc569a8b03e (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"> |
