To list or group employees |
Element | Employees |
Complex Types | BrandType, CarrierType, CompanyType, CustomerType, DistributorType, VendorProviderType, VendorRetailerType, VendorType, VendorWholesaler |
<xs:group name="EmployeeGroup"> <xs:annotation> <xs:documentation>To list or group employees</xs:documentation> </xs:annotation> <xs:choice> <xs:element ref="Employee"/> <xs:element ref="Employees"/> </xs:choice> </xs:group> |