<xsd:element name="CompetencyEvidence" minOccurs="0" maxOccurs="unbounded">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="EvidenceId" minOccurs="0">
<xsd:complexType>
<xsd:attribute name="id" type="xsd:string" use="required" />
<xsd:attribute name="idOwner" type="xsd:string" />
<xsd:attribute name="description" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:choice>
<xsd:element ref="NumericValue" />
<xsd:element ref="StringValue" />
</xsd:choice>
<xsd:element ref="SupportingInformation" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attribute name="dateOfIncident" type="AnyDateTimeType" />
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="typeDescription" type="xsd:string" />
<xsd:attribute name="expirationDate" type="AnyDateTimeType" />
<xsd:attribute name="typeId" type="xsd:string" />
<xsd:attribute name="required" type="xsd:boolean" />
<xsd:attribute name="lastUsed" type="AnyDateTimeType" />
</xsd:complexType>
</xsd:element>
|