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" type="EntityRef" minOccurs="0" maxOccurs="unbounded"/> <xsd:element name="ByType" type="ByType" minOccurs="0" maxOccurs="unbounded"/> </xsd:choice> </xsd:complexType>
To XSD To XSD Tree