Collection of entities that includes entities explicitly by their reference or includes the entities by their type.
<xsd:complexType name="SelectedEntities"> <xsd:choice> <xsd:element name="EntityRef" minOccurs="0" maxOccurs="unbounded" type="EntityRef"/> <xsd:element name="ByType" minOccurs="0" maxOccurs="unbounded" type="ByType"/> </xsd:choice> </xsd:complexType>
To XSD To XSLT To XSD Tree