<element name="SpecialInstructions">
<annotation>
<documentation>A free-form textual description of requirements.</documentation>
</annotation>
<complexType>
<simpleContent>
<extension base="string">
<attribute name="instructionIndicator" type="pidx:InstructionIndicatorType" use="optional">
<annotation>
<documentation>Identifies what kind of special instruction is being given.</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>
|