Schema Contact.xsd


schema location:  Z:\schema\Rev0\Contact.xsd
attribute form default: 
element form default:  qualified
targetNamespace:  http://www.eamxml.org/schema/Rev0
 
Elements  Complex types 
Contact  ContactType 


element Contact
diagram Contact_p1.png
namespace http://www.eamxml.org/schema/Rev0
type ContactType
properties
content complex
children ContactMethod ContactValue
attributes
Name  Type  Use  Default  Fixed  annotation
Idxs:stringrequired      
Descriptionxs:stringoptional      
source <xs:element name="Contact" type="ContactType"/>

complexType ContactType
diagram Contact_p2.png
namespace http://www.eamxml.org/schema/Rev0
children ContactMethod ContactValue
used by
element Contact
attributes
Name  Type  Use  Default  Fixed  annotation
Idxs:stringrequired      
Descriptionxs:stringoptional      
source <xs:complexType name="ContactType">
 
<xs:sequence>
   
<xs:element name="ContactMethod" type="xs:string" minOccurs="0"/>
   
<xs:element name="ContactValue" type="xs:string" minOccurs="0"/>
 
</xs:sequence>
 
<xs:attribute name="Id" type="xs:string" use="required"/>
 
<xs:attribute name="Description" type="xs:string" use="optional"/>
</xs:complexType>

attribute ContactType/@Id
type xs:string
properties
isRef 0
use required
source <xs:attribute name="Id" type="xs:string" use="required"/>

attribute ContactType/@Description
type xs:string
properties
isRef 0
use optional
source <xs:attribute name="Description" type="xs:string" use="optional"/>

element ContactType/ContactMethod
diagram Contact_p3.png
namespace http://www.eamxml.org/schema/Rev0
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="ContactMethod" type="xs:string" minOccurs="0"/>

element ContactType/ContactValue
diagram Contact_p4.png
namespace http://www.eamxml.org/schema/Rev0
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="ContactValue" type="xs:string" minOccurs="0"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy