<xs:element name="altId">
<xs:annotation>
<xs:documentation>An alternative identifier assigned to the content.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="IntlStringType">
<xs:attribute name="type" type="QCodeType">
<xs:annotation>
<xs:documentation>A qualifier which indicates the context within which the alternative identifier has been allocated.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="environment" type="QCodeListType">
<xs:annotation>
<xs:documentation> A qualifier which indicates the business environment in which the identifier can be used to access the content.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
<!-- NAR 1.2 erratum 1 correction: on altId, complexContent replaced by simpleContent-->
</xs:complexType>
</xs:element>
|