Hello all,

I have a schema that defines an element that is optional:

<xsd:schema targetNamespace="http://www.anywhere.org/someSchema"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
        <xsd:element name="topElement" type="ElementTypeOne"/>
        <xsd:complexType name="ElementTypeOne">
                <xsd:sequence>
                        <xsd:element name="thingID" type="xsd:long" use="optional"/>

Reply via email to