Showing:

Annotations
Diagrams
Model
Properties
Source
Used by
Complex Type VariousMixedContent
Namespace No namespace
Annotations
A type that allows unconstrained mixed-text markup
Diagram
Diagram
Properties
mixed true
Used by
Model
ANY element from ANY namespace
Source
<xs:complexType name="VariousMixedContent" mixed="true">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">A type that allows unconstrained mixed-text markup</xs:documentation>
  </xs:annotation>
  <xs:sequence minOccurs="0" maxOccurs="unbounded">
    <xs:any processContents="skip"/>
  </xs:sequence>
</xs:complexType>