QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
change-date | optional | |||||
change-gazette-num | optional | |||||
id | xs:ID | optional | ||||
value-valid-for-publications | xs:IDREFS | optional |
Element | patent-family |
<xs:complexType name="patent-family"> <xs:sequence> <xs:element ref="priority-application"/> <xs:choice> <xs:element ref="family-member" maxOccurs="unbounded"/> <xs:element ref="text"/> </xs:choice> </xs:sequence> <xs:attribute name="id" type="xs:ID"/> <xs:attribute name="change-date" type="xs:anySimpleType"/> <xs:attribute name="change-gazette-num" type="xs:anySimpleType"/> <xs:attribute name="value-valid-for-publications" type="xs:IDREFS"/> </xs:complexType> |