phy:Id

A general purpose identifier element. Allows to indicate the provider
(or authority) of an identifier.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
provider xs:token optional

Used By

Source

<xs:complexType name="Id">
  <xs:annotation>
    <xs:documentation>A general purpose identifier element. Allows to indicate the provider (or authority) of an identifier.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:token">
      <xs:attribute name="provider" type="xs:token"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>