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="PersonType"> <xsd:annotation> <xsd:documentation> An individual Person. Attributes: firstName: first name. middleNames: middle names and/or initials. lastName: last (family) name. userId: user Id. addressRef: optional reference to an Address element. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:OwnerBase"> <xsd:attribute name="firstName" type="xsd:string" use="optional"/> <xsd:attribute name="middleNames" type="xsd:string" use="optional"/> <xsd:attribute name="lastName" type="xsd:string" use="optional"/> <xsd:attribute name="userId" type="xsd:string" use="optional"/> <xsd:attribute name="addressRef" type="plm:anyURIType" use="optional" plm:refType="plm:Address"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="firstName" type="xsd:string" use="optional"/> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="middleNames" type="xsd:string" use="optional"/> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="lastName" type="xsd:string" use="optional"/> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="userId" type="xsd:string" use="optional"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="addressRef" type="plm:anyURIType" use="optional" plm:refType="plm:Address"/> |