AntaniXml


XsdSimpleTypeVariety

Namespace: AntaniXml
Parent Module: XsdDomain

Most simple types are atomic, but there are also list and union types. To represent their nested structure we need recursive types.

Union Cases

Union CaseDescription
XsdAtom(XsdAtomicType)
Signature: XsdAtomicType
XsdList(XsdSimpleType)
Signature: XsdSimpleType

in a value of type list, items are separated by a single space. A list of union is allowed, list of list not.

XsdUnion(XsdSimpleType list)
Signature: XsdSimpleType list
Fork me on GitHub