diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:OwnerBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="siteId" type="xsd:string" use="optional"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="addressRef" type="plm:anyURIType" use="optional" plm:refType="plm:Address"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="ownerRef" type="plm:anyURIType" use="optional" plm:refType="plm:Organisation"/> |