Common Content for Data Engineering
- Common Content for Data Engineering 10.2.1
- All Products
<xs:element name="person"> <xs:complexType> <xs:choice> <xs:element name="employee" type="employee"/> <xs:element name="contractor" type="contractor"/> </xs:choice> </xs:complexType> </xs:element>