eacidType

2005-09-16 CJO (Added the attribute href)

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
countrycode xs:NMTOKEN required
ea xs:NMTOKEN optional
href xs:string optional
id xs:NMTOKEN optional
ownercode xs:NMTOKEN required
syskey xs:string optional
system xs:ENTITY optional

Used By

Source

<xs:complexType name="eacidType">
  <xs:annotation>
    <xs:documentation xml:lang="en">2005-09-16 CJO (Added the attribute href)</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute name="id" type="xs:NMTOKEN"/>
      <xs:attribute name="ea" type="xs:NMTOKEN"/>
      <xs:attribute name="syskey" type="xs:string"/>
      <xs:attribute name="system" type="xs:ENTITY"/>
      <xs:attribute name="href" type="xs:string"/>
      <xs:attribute name="countrycode" type="xs:NMTOKEN" use="required"/>
      <xs:attribute name="ownercode" type="xs:NMTOKEN" use="required"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>