simpleType "wsdl:ElementReferenceType"
Namespace:
Defined:
globally in wsdl20.xsd; see XML source
Used:
Simple Content Model
xs:QName | ("#any" | "#none" | "#other")
All Direct / Indirect Based Attributes (2):
Known Usage Locations
Annotation
Use the QName of a GED that describes the content,
#any for any content,
#none for empty content, or
#other for content described by some other extension attribute that references a declaration in a non-XML extension type system.
Type Definition Detail
Type Derivation Tree
union of (xs:QName | restriction of xs:token)
  wsdl:ElementReferenceType
Derivation:
by union
Member Types
  1. xs:QName
  2. anonymous simpleType:
    Derivation:
    restriction of xs:token
    Facets:
    enumeration:
    "#any", "#none", "#other"
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="ElementReferenceType">
<xs:union memberTypes="xs:QName">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="#any"/>
<xs:enumeration value="#none"/>
<xs:enumeration value="#other"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>

XML schema documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.