This element identifies the entity/organization sending this HML data. If included, must contain a unique ID identifying the sender as well as a context which defines to whom the ID is meaningful or the source of the ID. This element is required for NMDP transactions and if context is not included, is assumed to be "NMDP". Attributes: ----------- - reporting-center-id: (required) Unique id of reporting center like "789". - reporting-center-context: (optional) Source of the reporting center ID like "NMDP". To whom the ID is meaningful. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
reporting-center-context | restriction of xs:string | NMDP | optional | |||
reporting-center-id | restriction of xs:string | required |
Element | hml |
<xs:element name="reporting-center" id="reporting-center"> <xs:annotation> <xs:documentation>This element identifies the entity/organization sending this HML data. If included, must contain a unique ID identifying the sender as well as a context which defines to whom the ID is meaningful or the source of the ID. This element is required for NMDP transactions and if context is not included, is assumed to be "NMDP". Attributes: ----------- - reporting-center-id: (required) Unique id of reporting center like "789". - reporting-center-context: (optional) Source of the reporting center ID like "NMDP". To whom the ID is meaningful.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="reporting-center-id" use="required"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="reporting-center-context" use="optional" default="NMDP"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> |
< reporting-center xmlns = "http://schemas.nmdp.org/spec/hml/1.0" reporting-center-id = "789" reporting-center-context = "NMDP" /> |