<xsd:complexType name="PartyReference"> <xsd:annotation> <xsd:documentation xml:lang="en">Reference to a party.</xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="Reference"> <xsd:attribute name="href" type="xsd:IDREF" use="required" ecore:reference="Party" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" /> </xsd:extension> </xsd:complexContent> </xsd:complexType>