The DateTimeCollectionType resource expresses a multi-valued dateTime data type.

Schema

  Copy Code
<?xml version="1.0"?><xs:schema xmlns:rm="http://schemas.microsoft.com/2006/11/ResourceManagement" targetNamespace="http://schemas.microsoft.com/2006/11/ResourceManagement" version="1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType name="DateTimeCollectionType">
	<xs:sequence>
	<xs:element maxOccurs="unbounded" minOccurs="1" name="Item" type="xs:dateTime" />
	</xs:sequence>
  </xs:complexType>
</xs:schema>

Properties

The following table lists the properties of the DateTimeCollectionType resource:

Property Description

Item

Required multi-valued property. Each Item represents a xs:dateTime value.

Parent Resource

See Also