complexType TelephoneStructure

complexType {http://www.govtalk.gov.uk/temp/voting}TelephoneStructure

Abstractfalse (This can be used in an instance)
Target Namespacehttp://www.govtalk.gov.uk/temp/voting
Declared Namespacesxmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns:xnal=http://www.govtalk.gov.uk/temp/xnal
xmlns:xlink=http://www.w3.org/1999/xlink
xmlns=http://www.govtalk.gov.uk/temp/voting


Source

<xsd:complexType name="TelephoneStructure">
    <
xsd:sequence>
        <
xsd:element name="Number" type="TelephoneNumberType"/>
        <
xsd:element name="Extension" minOccurs="0">
            <
xsd:simpleType>
                <
xsd:restriction base="xsd:string">
                    <
xsd:maxLength value="6"/>
                    <
xsd:minLength value="1"/>
                    <
xsd:pattern value="[0-9]{1,6}"/>
                </
xsd:restriction>
            </
xsd:simpleType>
        </
xsd:element>
    </
xsd:sequence>
    <
xsd:attribute name="Type" type="WorkHomeType" use="optional"/>
    <
xsd:attribute name="Mobile" type="YesNoType" use="optional"/>
</
xsd:complexType>


complexType TelephoneStructure


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.