SMPTE / st429-7

Other
0 stars 0 forks source link

Malformed XML Schema #1

Open smpte-bot opened 6 years ago

smpte-bot commented 6 years ago

Reporter: pal When: Fri, 20 Jan 2017 10:40:47 -0800 JIRA issue :https://standards.atlassian.net/browse/ST429D7-1

In Section 10:

<xs:element name="AssetList">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="MainMarkers" type="cpl:MarkerAssetType" minOccurs="0"/>
            <xs:element name="MainPicture" type="cpl:PictureTrackFileAssetType"
minOccurs="0"/>
            <xs:element name="MainSound" type="cpl:SoundTrackFileAssetType" minOccurs="0"/>
            <xs:element name="MainSubtitle" type="cpl:SubtitleTrackFileAssetType"
minOccurs="0"/>
            <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"
processContents="lax" />
        </xs:sequence>
    </xs:complexType>
</xs:element

The closing xs:element tag is missing a bracket.

msheby commented 2 years ago

This problem doesn't exist within the uploaded XSD file, but within the contents of the current PDF.