xsi Questions

1

Solved

I'm trying to deserialize XML where some same name tags have different xsi types: <user-defined-data-row> <field name="entity"> <field-value xsi:type="field-text-valueType"> &...
Monobasic asked 23/5, 2018 at 9:5

1

This is a follow up on How to Configure Eclipse to Work with `ehcache` and there is an example of absolute path in How to reference a local XML Schema file correctly? Since the xsd file is not lo...
Labdanum asked 14/7, 2017 at 15:35

4

do you know if there's a difference between these tags on XML/XSD? <a_element /> and <a_element xsi:nil="true"/> e.g: <SpreadCurve> <Index>3M</Index> <IndexNu...
Staton asked 21/9, 2010 at 13:16

0

It appears that POSIX defines two different optional IPC APIs that provide shared memory: the XSI extension (shmget, shmctl, shmdt) and the Realtime option group (shm_open, shm_unlink). The documen...
Maher asked 11/9, 2013 at 13:31

2

Solved

I have a String property in an object annotated as follows: @XmlElement(name = "Item", required = true, nillable = true) private String item; The result after marshaling is <Item xsi:nil="t...
Jacintojack asked 24/1, 2012 at 12:31
1

© 2022 - 2024 — McMap. All rights reserved.