Skip to content

Two Declarations in mediainfo.xsd Give Rise to Name Collisions #77

@mbmast

Description

@mbmast

Lines 101/102:

<xsd:element name="Bits-Pixel_Frame" minOccurs="0" maxOccurs="1" type="xsd:float"/>
<xsd:element name="BitsPixel_Frame" minOccurs="0" maxOccurs="1" type="xsd:float"/>

and lines 551/552:

<xsd:element name="Original_NetworkName" minOccurs="0" maxOccurs="1" type="xsd:string"/>
<xsd:element name="OriginalNetworkName" minOccurs="0" maxOccurs="1" type="xsd:string"/>

cause name collisions in tools such as XJC (to generate Java source).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions