Schema BusinessUnit.xsd


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


element BusinessUnit
diagram BusinessUnit_p1.png
namespace http://www.eamxml.org/schema/Rev0
type BusinessUnitType
properties
content complex
children Address UserDefined
attributes
Name  Type  Use  Default  Fixed  annotation
Idxs:stringrequired      
Namexs:stringoptional      
Descriptionxs:stringoptional      
ParentBusinessUnitIdxs:stringoptional      
CultureCodexs:stringoptional      
source <xs:element name="BusinessUnit" type="BusinessUnitType"/>

complexType BusinessUnitType
diagram BusinessUnit_p2.png
namespace http://www.eamxml.org/schema/Rev0
children Address UserDefined
used by
element BusinessUnit
attributes
Name  Type  Use  Default  Fixed  annotation
Idxs:stringrequired      
Namexs:stringoptional      
Descriptionxs:stringoptional      
ParentBusinessUnitIdxs:stringoptional      
CultureCodexs:stringoptional      
source <xs:complexType name="BusinessUnitType">
 
<xs:sequence>
   
<xs:element name="Address" type="AddressType" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="UserDefined" type="UserDefinedType" minOccurs="0" maxOccurs="unbounded"/>
 
</xs:sequence>
 
<xs:attribute name="Id" type="xs:string" use="required"/>
 
<xs:attribute name="Name" type="xs:string" use="optional"/>
 
<xs:attribute name="Description" type="xs:string" use="optional"/>
 
<xs:attribute name="ParentBusinessUnitId" type="xs:string" use="optional"/>
 
<xs:attribute name="CultureCode" type="xs:string" use="optional"/>
</xs:complexType>

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

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

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

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

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

element BusinessUnitType/Address
diagram BusinessUnit_p3.png
namespace http://www.eamxml.org/schema/Rev0
type AddressType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children AddressName AddressLine City State Country PostalCode Latitude Longitude Contact UserDefined
attributes
Name  Type  Use  Default  Fixed  annotation
Idxs:stringrequired      
source <xs:element name="Address" type="AddressType" minOccurs="0" maxOccurs="unbounded"/>

element BusinessUnitType/UserDefined
diagram BusinessUnit_p4.png
namespace http://www.eamxml.org/schema/Rev0
type UserDefinedType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
Idxs:stringrequired      
Valuexs:stringrequired      
Commentxs:stringoptional      
source <xs:element name="UserDefined" type="UserDefinedType" minOccurs="0" maxOccurs="unbounded"/>


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