<xsd:element name="entry_link" minOccurs="0" maxOccurs="unbounded"> <xsd:complexType> <xsd:all> <xsd:element name="details" minOccurs="0" maxOccurs="1" nillable="true" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">A description of the relationship between the data blocks identified by _entry_link.id and _entry_link.entry_id.</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:all> <xsd:attribute name="entry_id" use="required" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">This data item is a pointer to attribute id in category entry in the ENTRY category.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="id" use="required" type="xsd:string"> <xsd:annotation> <xsd:documentation xml:lang="en">The value of attribute id in category entry_link identifies a data block related to the current data block.</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> </xsd:element> |