simpleType "tzidEnum"
Namespace:
Defined:
globally in myCalendar.xsd; see XML source
Used:
Simple Content Model
xsd:int
All Direct / Indirect Based Elements (1):
tzid (type tzidEnum)
Known Usage Locations
Annotation
This is a .NET My Services specific integer enumeration defining the exact supported time zone. If id is <b>USER_DEFINED = -1</b>, then this time zone's schema defines the entire time zone rule, including any applicable daylight bias. <b>.NET My Services clients are expected to understand the base set of enumerations. .NET Calendar as a service will provide the enumerations and the additional metadata necessary to fully describe the time zone, including daylight calculations. .NET Calendar will not provide localizable names for the enumerations.</b>
Type Definition Detail
Type Derivation Tree
xsd:int (restriction)
  tzidEnum
Derivation:
restriction of xsd:int
XML Source (see within schema source)
<xsd:simpleType name="tzidEnum">
<xsd:annotation>
<xsd:documentation>
This is a .NET My Services specific integer enumeration defining
the exact supported time zone. If id is
<b>USER_DEFINED = -1</b>
,
then this time zone's schema defines the entire time zone
rule, including any applicable daylight bias.
<b>
.NET My Services
clients are expected to understand the base set of
enumerations. .NET Calendar as a service will provide the
enumerations and the additional metadata necessary to
fully describe the time zone, including daylight calculations.
.NET Calendar will not provide localizable names for the
enumerations.
</b>
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:int">
<xsd:minInclusive value="-1"/>
</xsd:restriction>
<!--
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:int">
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base='string'>
<xsd:enumeration value="USER_DEFINED"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
-->
</xsd:simpleType>