<xs:complexType name="TruncatedDateTimePropType">
<xs:annotation>
<xs:documentation>The type of a calendar date with an optional time part which may be truncated from the seconds part to the month part</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="TruncatedDateTimeType">
<xs:attributeGroup ref="commonPowerAttributes" />
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:extension>
<!-- version 2: editAttributes added-->
</xs:simpleContent>
</xs:complexType>
|