Skip to content

Commit

Permalink
Require ttm:name child of ttm:agent
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelmegitt committed Nov 18, 2024
1 parent d1801fe commit d05ca6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml-schemas/ttml2-metadata-items.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<xs:complexContent>
<xs:restriction base="ttm:agent.eltype">
<xs:sequence>
<xs:element ref="ttm:name" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="ttm:name" minOccurs="1" maxOccurs="unbounded"/>
<xs:element ref="ttm:actor" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
<xs:attribute ref="xml:id" use="required"/>
Expand Down

0 comments on commit d05ca6f

Please sign in to comment.