<xsd:simpleType name="TimeReportedStatusCodeEnumType"> <xsd:annotation> <xsd:documentation>A set of codes classifying the status of a ReportedTime component.</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:normalizedString"> <xsd:enumeration value="Add" /> <xsd:enumeration value="Changed" /> <xsd:enumeration value="Unchanged" /> <xsd:enumeration value="Void" /> </xsd:restriction> </xsd:simpleType>