http://www.w3.org/2001/XMLSchema
element union

Documentation
          memberTypes attribute must be non-empty or there must be
          at least one simpleType child
        
Properties
This component is not nillable.

Model
<union
  id = xs:ID
  memberTypes =
  {any attribute from any other namespace than current namespace}>
annotation? simpleType*
</union>


Nested Element Summary
 annotation
          
xs:localSimpleTypesimpleType
          

Attribute Summary
 xs:IDid
          
 memberTypes
          

Attribute Detail

id

Type:
xs:ID
Use:
optional
Form:
unqualified

memberTypes

Type:
based on
with :
Use:
optional
Form:
unqualified

Local Usage
simpleDerivation

Source
<xs:element id="union" name="union">
<xs:complexType mixed="false">
<xs:complexContent>
<xs:extension base="xs:annotated">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="simpleType" type="xs:localSimpleType"/>
</xs:sequence>
<xs:attribute name="memberTypes" use="optional">
<xs:simpleType>
<xs:list itemType="xs:QName"/>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.