complexType ProjectType
diagram plmxml_diagrams/plmxml_p1441.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:ManagedBase
properties
base plm:ManagedBase
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound
used by
element Project
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      
accessRefs  plm:uriReferenceListType  optional      
statusRef  plm:anyURIType  optional      
checkoutRefs  plm:uriReferenceListType  optional      
subType  xsd:string  optional      
effectivityRefs  plm:uriReferenceListType  optional      
releaseStatusRefs  plm:uriReferenceListType  optional      
projectId  xsd:string  required      
team  plm:uriReferenceListType        
appinfo
validate=skipName
active  xsd:boolean    true    
visible  xsd:boolean    true    
useProjectSecurity  xsd:boolean    false    
annotation
documentation

      Identifies a group of people or organizations, such as project teams,
      development teams, suppliers or customers, for a particular piece of work.

      Attributes:

      projectId:        The identifier for the project.
      team:             A list of references to the OrganisationMember or
                        Organisation elements that constitute the project team.
      active:           Whether the Project is active.
      visible:          When active is false, visible determines whether the
                        Project remains visible.
      useProjectSecurity: Whether an OrganisationMember or Organisation can gain
                        access to an element by virtue of its membership of the
                        Project.
     
source <xsd:complexType name="ProjectType">
 
<xsd:annotation>
   
<xsd:documentation>
      Identifies a group of people or organizations, such as project teams,
      development teams, suppliers or customers, for a particular piece of work.

      Attributes:

      projectId:        The identifier for the project.
      team:             A list of references to the OrganisationMember or
                        Organisation elements that constitute the project team.
      active:           Whether the Project is active.
      visible:          When active is false, visible determines whether the
                        Project remains visible.
      useProjectSecurity: Whether an OrganisationMember or Organisation can gain
                        access to an element by virtue of its membership of the
                        Project.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:ManagedBase">
     
<xsd:attribute name="projectId" type="xsd:string" use="required"/>
     
<xsd:attribute name="team" type="plm:uriReferenceListType" plm:refType="plm:Owner">
       
<xsd:annotation>
         
<xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">validate=skipName</xsd:appinfo>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="active" type="xsd:boolean" default="true"/>
     
<xsd:attribute name="visible" type="xsd:boolean" default="true"/>
     
<xsd:attribute name="useProjectSecurity" type="xsd:boolean" default="false"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute ProjectType/@projectId
type xsd:string
properties
use required
source <xsd:attribute name="projectId" type="xsd:string" use="required"/>

attribute ProjectType/@team
type plm:uriReferenceListType
annotation
appinfo
validate=skipName
source <xsd:attribute name="team" type="plm:uriReferenceListType" plm:refType="plm:Owner">
 
<xsd:annotation>
   
<xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">validate=skipName</xsd:appinfo>
 
</xsd:annotation>
</xsd:attribute>

attribute ProjectType/@active
type xsd:boolean
properties
default true
source <xsd:attribute name="active" type="xsd:boolean" default="true"/>

attribute ProjectType/@visible
type xsd:boolean
properties
default true
source <xsd:attribute name="visible" type="xsd:boolean" default="true"/>

attribute ProjectType/@useProjectSecurity
type xsd:boolean
properties
default false
source <xsd:attribute name="useProjectSecurity" type="xsd:boolean" default="false"/>


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