oa_gateway_uci::xsd

Module parse

Source

Functionsยง

  • complex_content ๐Ÿ”’
    xs:complexContent. Only xs:extension is accepted.
  • complex_type ๐Ÿ”’
    One named complexType: a sequence, a choice, or an extension.
  • compositor ๐Ÿ”’
    Children of a sequence or choice. Nested compositors and compositor occurrence ranges are refused.
  • local_element ๐Ÿ”’
    A local element declaration. Anonymous inline types are refused.
  • max_occurs ๐Ÿ”’
    maxOccurs, defaulting to 1. unbounded is the only non-numeric value accepted.
  • min_occurs ๐Ÿ”’
    minOccurs, defaulting to 1.
  • simple_type ๐Ÿ”’
    A named simpleType that restricts a base. whiteSpace is ignored (normalization, not a constraint). An unsupported facet fails the compile rather than being dropped.