<element name="ProductIdentifier">
<annotation>
<documentation>The unique code or number for a specific product.</documentation>
</annotation>
<complexType>
<simpleContent>
<extension base="string">
<attribute name="assigningOrganization" type="pidx:AssigningOrganizationType" use="required">
<annotation>
<documentation>The organization who assigns a particular identifier for a product or partner.</documentation>
</annotation>
</attribute>
<attribute name="definitionOfOther" type="string" use="optional">
<annotation>
<documentation>Identifies what "Other" is if chosen from an attribute enumeration list</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
</element>
|