We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Lines 101/102:
and lines 551/552:
cause name collisions in tools such as XJC (to generate Java source).
The text was updated successfully, but these errors were encountered: