attorney-or-agent

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
change-date optional
change-gazette-num optional
rep-type restriction of xs:NMTOKEN required
value-valid-for-publications xs:IDREFS optional

Used By

Source

<xs:complexType name="attorney-or-agent">
  <xs:sequence>
    <xs:element ref="addressbook" maxOccurs="unbounded"/>
    <xs:element ref="range-of-authority" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:attribute name="rep-type" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:NMTOKEN">
        <xs:enumeration value="attorney"/>
        <xs:enumeration value="agent"/>
        <xs:enumeration value="common-representative"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <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>