jdk/test/javax/xml/bind/xjc/8032884/optional-property-schema.xsd
author martin
Wed, 02 Sep 2015 14:11:50 -0700
changeset 32427 c22b7e41adf3
parent 23713 d3927a03a94e
permissions -rw-r--r--
8134984: Text files should end in exactly one newline Summary: automated fixup of newlines at end-of-file via the usual perl one-liner Reviewed-by: chegar, sherman
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
23713
d3927a03a94e 8032884: Globalbindings optionalProperty=primitive does not work when minOccurs=0
mkos
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
d3927a03a94e 8032884: Globalbindings optionalProperty=primitive does not work when minOccurs=0
mkos
parents:
diff changeset
     2
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns="anamespace"
d3927a03a94e 8032884: Globalbindings optionalProperty=primitive does not work when minOccurs=0
mkos
parents:
diff changeset
     3
           targetNamespace="anamespace" jaxb:version="2.0">
d3927a03a94e 8032884: Globalbindings optionalProperty=primitive does not work when minOccurs=0
mkos
parents:
diff changeset
     4
    <xs:annotation>
d3927a03a94e 8032884: Globalbindings optionalProperty=primitive does not work when minOccurs=0
mkos
parents:
diff changeset
     5
        <xs:appinfo>
d3927a03a94e 8032884: Globalbindings optionalProperty=primitive does not work when minOccurs=0
mkos
parents:
diff changeset
     6
            <jaxb:globalBindings optionalProperty="primitive"/>
d3927a03a94e 8032884: Globalbindings optionalProperty=primitive does not work when minOccurs=0
mkos
parents:
diff changeset
     7
        </xs:appinfo>
d3927a03a94e 8032884: Globalbindings optionalProperty=primitive does not work when minOccurs=0
mkos
parents:
diff changeset
     8
    </xs:annotation>
d3927a03a94e 8032884: Globalbindings optionalProperty=primitive does not work when minOccurs=0
mkos
parents:
diff changeset
     9
    <xs:complexType name="foo">
d3927a03a94e 8032884: Globalbindings optionalProperty=primitive does not work when minOccurs=0
mkos
parents:
diff changeset
    10
        <xs:sequence>
d3927a03a94e 8032884: Globalbindings optionalProperty=primitive does not work when minOccurs=0
mkos
parents:
diff changeset
    11
            <xs:element name="foo" type="xs:int" minOccurs="0"/>
d3927a03a94e 8032884: Globalbindings optionalProperty=primitive does not work when minOccurs=0
mkos
parents:
diff changeset
    12
        </xs:sequence>
d3927a03a94e 8032884: Globalbindings optionalProperty=primitive does not work when minOccurs=0
mkos
parents:
diff changeset
    13
    </xs:complexType>
32427
c22b7e41adf3 8134984: Text files should end in exactly one newline
martin
parents: 23713
diff changeset
    14
</xs:schema>