Refer to specific element of an XSD model group?
问题 Can we create a group and refer to element of that group? For example, we have a group say <xs:group name="custGroup"> <xs:sequence> <xs:element name="customerId" type="xs:string"/> <xs:element name="customerName" type="xs:string"/> <xs:element name="Address1" type="xs:string"/> <xs:element name="Address2" type="xs:string"/> <xs:element name="mobile" type="xs:string"/> </xs:sequence> </xs:group> Suppose I want to create another element to have only customerId and mobile : <xs:element name=