complexType PersonType
diagram plmxml_diagrams/plmxml_p430.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 Person
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      
firstName  xsd:string  optional      
middleNames  xsd:string  optional      
lastName  xsd:string  optional      
userId  xsd:string  optional      
addressRef  plm:anyURIType  optional      
annotation
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.
     
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>

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

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

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

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

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


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