<xs:complexType name="valueType" mixed="true"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="emph" type="emphType"/> <xs:element ref="lb"/> <xs:element name="abbr" type="abbrType"/> <xs:element name="expan" type="expanType"/> </xs:choice> <xs:attribute name="id" type="xs:NMTOKEN"/> <xs:attribute name="ea" type="xs:NMTOKEN"/> <xs:attribute name="valueauth" type="xs:IDREF"/> <xs:attribute name="valuekey" type="xs:string"/> </xs:complexType> |