complexType ManagedBase
diagram plmxml_diagrams/plmxml_p377.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:PropertiesBase
properties
base plm:PropertiesBase
abstract true
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound
used by
element Managed
complexTypes ActivityType BudgetDefinitionType BudgetType CharacteristicValueType CollaborationContextType ConfigRuleBase ConfigurationContextType ConfiguredOccurrenceGroupType DataSetType DispositionType EnterpriseRoleType ExternalFileType FinancialCodeFormatType FinancialCodeType FleetType FolderType FormType GDEBase GDEInstanceGroupType GeneralRelationGroupRevisionType GeneralRelationGroupType GeneralRelationType IdContextType IdentifierType InstancePathType LineItemType LogBookType LogEntryType OccurrenceGroupType PartLogisticsType ProductFamilyType ProductRequestType ProjectType ProxyTaskType QuoteType RemoveInstallProductType RouteNodeType RouteSectionType RouteType StructureBase StructureContextType StructureRevisionBase StructureRevisionViewBase StructureUsageBase StructureViewType
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      
annotation
documentation

      This is an abstract base class for elements which require information such as
      access control, status and checkout information
     
      Attributes:
     
      accessRefs:      reference to one or more elements derived from AccessControlBase
      statusRef:       reference to element derived from StatusBase
      checkoutRefs:    reference to one or more elements derived from CheckoutStatusBase
      effectivityRefs  reference to Effectivity elements
     
      subType:         No specified semantics. This can be used where simple customised
                       sub-types have been defined and a PLMXML schema extension is not
                       appropriate.
                      
      releaseStatusRefs: Reference to one or more ReleaseStatus elements, which give
                       release dates and effectivities.
     
source <xsd:complexType name="ManagedBase" abstract="true">
 
<xsd:annotation>
   
<xsd:documentation>
      This is an abstract base class for elements which require information such as
      access control, status and checkout information
     
      Attributes:
     
      accessRefs:      reference to one or more elements derived from AccessControlBase
      statusRef:       reference to element derived from StatusBase
      checkoutRefs:    reference to one or more elements derived from CheckoutStatusBase
      effectivityRefs  reference to Effectivity elements
     
      subType:         No specified semantics. This can be used where simple customised
                       sub-types have been defined and a PLMXML schema extension is not
                       appropriate.
                      
      releaseStatusRefs: Reference to one or more ReleaseStatus elements, which give
                       release dates and effectivities.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:PropertiesBase">
     
<xsd:attribute name="accessRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:AccessControl"/>
     
<xsd:attribute name="statusRef" type="plm:anyURIType" use="optional" plm:refType="plm:Status"/>
     
<xsd:attribute name="checkoutRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:CheckoutStatus"/>
     
<xsd:attribute name="subType" type="xsd:string" use="optional"/>
     
<xsd:attribute name="effectivityRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Effectivity"/>
     
<xsd:attribute name="releaseStatusRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:ReleaseStatus"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute ManagedBase/@accessRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="accessRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:AccessControl"/>

attribute ManagedBase/@statusRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="statusRef" type="plm:anyURIType" use="optional" plm:refType="plm:Status"/>

attribute ManagedBase/@checkoutRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="checkoutRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:CheckoutStatus"/>

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

attribute ManagedBase/@effectivityRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="effectivityRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Effectivity"/>

attribute ManagedBase/@releaseStatusRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="releaseStatusRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:ReleaseStatus"/>


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