<xs:element name="generator">
<xs:annotation>
<xs:documentation>The name and version of the software tool used to generate the Item.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="VersionedStringType">
<xs:attribute name="role" type="QCodeType">
<xs:annotation>
<xs:documentation>Indentifies the stage at which this generator was used - expressed by a QCode</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="roleuri" type="IRIType">
<xs:annotation>
<xs:documentation>Indentifies the stage at which this generator was used - expressed by a URI</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|