2.1.3.35 NormalizeDateTime
Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog
Referenced by: Interpretation
A complex type that specifies the rule to convert the representation of a date and time value to another representation. For example, this rule can specify converting a value represented in Coordinated Universal Time (UTC) into a local time zone.
Attributes:
LobDateTimeMode: A LobDateTimeMode attribute (section 2.1.4.6) that specifies the conversion to apply.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xs:complexType name="NormalizeDateTime"> <xs:attribute name="LobDateTimeMode" type="bdc:LobDateTimeMode" use="required"/> </xs:complexType>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).