complexType SiteType
diagram plmxml_diagrams/plmxml_p491.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:OwnerBase
properties
base plm:OwnerBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
element Site
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
siteId  xsd:string  optional      
addressRef  plm:anyURIType  optional      
ownerRef  plm:anyURIType  optional      
annotation
documentation

      A Site in the sense of a particular software installation, database,
      or location.
     
      Attributes:
     
      (name:          Name of the Site, inherited from DescriptionBase)
      siteId:         Identifying Id of the Site
      addressRef:     Reference to Address element.
      ownerRef:       Reference to owning Organisation.
     
source <xsd:complexType name="SiteType">
 
<xsd:annotation>
   
<xsd:documentation>
      A Site in the sense of a particular software installation, database,
      or location.
     
      Attributes:
     
      (name:          Name of the Site, inherited from DescriptionBase)
      siteId:         Identifying Id of the Site
      addressRef:     Reference to Address element.
      ownerRef:       Reference to owning Organisation.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:OwnerBase">
     
<xsd:attribute name="siteId" type="xsd:string" use="optional"/>
     
<xsd:attribute name="addressRef" type="plm:anyURIType" use="optional" plm:refType="plm:Address"/>
     
<xsd:attribute name="ownerRef" type="plm:anyURIType" use="optional" plm:refType="plm:Organisation"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute SiteType/@siteId
type xsd:string
properties
use optional
source <xsd:attribute name="siteId" type="xsd:string" use="optional"/>

attribute SiteType/@addressRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="addressRef" type="plm:anyURIType" use="optional" plm:refType="plm:Address"/>

attribute SiteType/@ownerRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="ownerRef" type="plm:anyURIType" use="optional" plm:refType="plm:Organisation"/>


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