element Phone

element {http://www.rixml.org/2005/3/RIXML}Phone

Abstractfalse (This can be used in an instance)
Nillablefalse (Instance values cannot use xsi:nil)
Target Namespacehttp://www.rixml.org/2005/3/RIXML
Declared Namespacesxmlns:rixmldt=http://www.rixml.org/2005/3/RIXML-datatypes
xmlns:xs=http://www.w3.org/2001/XMLSchema


Source

<xs:element name="Phone">
    <
xs:annotation>
        <
xs:documentation>Strongly Recommended. Describes the telephone, fax or pager numbers.</xs:documentation>
    </
xs:annotation>
    <
xs:complexType>
        <
xs:sequence>
            <
xs:element name="CountryCode" type="xs:string">
                <
xs:annotation>
                    <
xs:documentation>Telephone country code for the phone number.</xs:documentation>
                </
xs:annotation>
            </
xs:element>
            <
xs:element name="Number" type="xs:string">
                <
xs:annotation>
                    <
xs:documentation>Phone number including area code.</xs:documentation>
                </
xs:annotation>
            </
xs:element>
            <
xs:element name="ExtensionPIN" type="xs:string" minOccurs="0">
                <
xs:annotation>
                    <
xs:documentation>Used for extension number for a phone or a PIN. PINs are sometimes associated with pagers.</xs:documentation>
                </
xs:annotation>
            </
xs:element>
        </
xs:sequence>
        <
xs:attribute name="type" type="rixmldt:PhoneTypeEnum" use="required">
            <
xs:annotation>
                <
xs:documentation>Phone numbers can be one of the following types - voice, fax, or pager.</xs:documentation>
            </
xs:annotation>
        </
xs:attribute>
        <
xs:attribute name="location" type="rixmldt:PhoneLocationEnum" use="optional">
            <
xs:annotation>
                <
xs:documentation>Describes the location of the phone at this number -- i.e. office, home, moblie.</xs:documentation>
            </
xs:annotation>
        </
xs:attribute>
    </
xs:complexType>
</
xs:element>


Documentation

Strongly Recommended.  Describes the telephone, fax or pager numbers.


element Phone


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.