Quantcast
Channel: Creating an XML element with xsi:nil and attributes in .Net/Jaxb - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by bdoughan for Creating an XML element with xsi:nil and attributes in...

In JAXB you can leverage a JAXBElement for this. The JAXBElement can hold a value which has fields/properties mapped to XML attributes and a flag that tracks whether the element was nil.Java...

View Article



Creating an XML element with xsi:nil and attributes in .Net/Jaxb

I have an XML Schema that says:<xs:element name="employerOrganization" nillable="true" minOccurs="1" maxOccurs="1">  <xs:complexType>    <xs:sequence>      ...    </xs:sequence>...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images