urn:schemas-cosylab-com:acsalarm-fault-family:1.0
complexType contact

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:schemas-cosylab-com:acsalarm-fault-family:1.0}contact (restriction)

Properties
This component is not nillable.

Model
<...
  email = xs:string
  gsm = xs:string
  name = xs:string>

</...>


Attribute Summary
 xs:stringemail
          
 xs:stringgsm
          
 xs:stringname
          

Attribute Detail

email

Type:
xs:string
Use:
optional
Form:
unqualified

gsm

Type:
xs:string
Use:
optional
Form:
unqualified

name

Type:
xs:string
Use:
required
Form:
unqualified

Source
<xs:complexType name="contact">
<xs:attribute name="name" type="xs:string" use="required"/>
<xs:attribute name="email" type="xs:string" use="optional"/>
<xs:attribute name="gsm" type="xs:string" use="optional"/>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.