diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:ManagedBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="projectId" type="xsd:string" use="required"/> |
type | plm:uriReferenceListType | ||
annotation |
|
||
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> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="active" type="xsd:boolean" default="true"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="visible" type="xsd:boolean" default="true"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="useProjectSecurity" type="xsd:boolean" default="false"/> |