QName | Type | Fixed | Default | Use | Inheritable | Annotation | ||
---|---|---|---|---|---|---|---|---|
AreaPrefix | xs:string | optional |
|
|||||
Billing | TelephoneBillingCodeType | optional |
|
|||||
CountryPrefix | xs:string | optional |
|
|||||
Extension | xs:string | optional |
|
|||||
InternationalPrefix | xs:string | optional |
|
|||||
Number | xs:string | optional |
|
|||||
Scope | TelephoneScopeCodeType | optional |
|
|||||
TimeRestriction | DayMomentCodeType | optional |
|
|||||
Type | TelephoneTypeCodeType | optional |
|
|||||
Use | TelephoneUseCodeType | optional |
Complex Type | TelephoneType |
<xs:attributeGroup name="TelephoneGroup"> <xs:attribute name="Type" type="TelephoneTypeCodeType" use="optional"> <xs:annotation> <xs:documentation>Telephone is either moile, fax, fixed...</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Scope" type="TelephoneScopeCodeType" use="optional"> <xs:annotation> <xs:documentation>Telephone can be either **>Business **>Personnal **>TravelAgency TO focus on a specific usage, use the Me.Use attribute</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Use" type="TelephoneUseCodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="EN"/> </xs:annotation> </xs:attribute> <xs:attribute name="InternationalPrefix" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>**************************************- **************************************-</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="CountryPrefix" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>**************************************- **************************************-</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="AreaPrefix" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>**************************************- **************************************-</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Number" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>**************************************- **************************************-</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Extension" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>**************************************- A string or numeric value to be used as an extension after the basic number **************************************-</xs:documentation> <xs:documentation>**************************************- Maintenance: DF/2003-11-13: Comment corrected **************************************-</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Billing" type="TelephoneBillingCodeType" use="optional"> <xs:annotation> <xs:documentation>**************************************- **************************************-</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="TimeRestriction" type="DayMomentCodeType" use="optional"> <xs:annotation> <xs:documentation>**************************************- **************************************-</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> |