Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mbmast opened this issue Oct 24, 2024 · 0 comments
Open

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

mbmast opened this issue Oct 24, 2024 · 0 comments

Comments

@mbmast
Copy link

mbmast commented Oct 24, 2024

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant