|
Albeit infrequent, it is possible for a complex type to have arbitrary content, i.e. any combination of text and/or elements.
An example is the swe:EncodedValuesPropertyType type, defined in the SWE Common schema:
It should be possible to store simple content (i.e. a String) in an attribute with such a type, but this case is currently not handled by app-schema. Note that this is similar but not exactly the same as gml:CodeType, which is a complex type with simple content and as such it is properly handled by app-schema.
|