complexType "MobileTelcomNumberType"
Namespace:
Content:
complex, 1 attribute, 1 element
Defined:
Includes:
definition of 1 attribute
Used:
XML Representation Summary
<...
    smsEnabled
 = 
xs:boolean
    >
   
Content: 
FormattedNumber
</...>
Content Model Elements (1):
All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
like TelephoneAddresseType but with additional smsEnabled attribute
Type Definition Detail
Type Derivation Tree
TelcomNumberType (extension)
  MobileTelcomNumberType
XML Source (w/o annotations (1); see within schema source)
<xs:complexType name="MobileTelcomNumberType">
<xs:complexContent>
<xs:extension base="TelcomNumberType">
<xs:attribute name="smsEnabled" type="xs:boolean" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined in this component only; 1/1)
smsEnabled
Type:
xs:boolean, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="smsEnabled" type="xs:boolean" use="optional"/>

XML schema documentation generated with DocFlex/XML RE 1.8.0 using DocFlex/XML XSDDoc 2.2.0 template set