DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
simpleType "VCardTelephoneTypeCodeType"
Namespace:
Defined:
globally in archive.xsd, see XML source
Used:
Simple Content Model
enumeration of xs:NMTOKENS
Simple Content Restrictions:
Enumeration:
"home", "msg", "work", "pref", "voice", "fax", "cell", "video", "pager", "bbs", "modem", "car", "isdn"

Known Direct Subtypes (1):
All Direct / Indirect Based Attributes (1):
Known Usage Locations
Annotation
Enumeration of telephone type defined by the vCard specification. Default is voice
Type Definition Detail
Type Derivation Tree
xs:NMTOKENS
  VCardTelephoneTypeCodeType (restriction)
Derivation:
restriction of xs:NMTOKENS
Facets:
enumeration:
"home", "msg", "work", "pref", "voice", "fax", "cell", "video", "pager", "bbs", "modem", "car", "isdn"
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="VCardTelephoneTypeCodeType">
<xs:restriction base="xs:NMTOKENS">
<xs:enumeration value="home"/>
<xs:enumeration value="msg"/>
<xs:enumeration value="work"/>
<xs:enumeration value="pref"/>
<xs:enumeration value="voice"/>
<xs:enumeration value="fax"/>
<xs:enumeration value="cell"/>
<xs:enumeration value="video"/>
<xs:enumeration value="pager"/>
<xs:enumeration value="bbs"/>
<xs:enumeration value="modem"/>
<xs:enumeration value="car"/>
<xs:enumeration value="isdn"/>
</xs:restriction>
</xs:simpleType>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set