complexType ScheduleType
diagram plmxml_diagrams/plmxml_p1522.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:StructureBase
properties
base plm:StructureBase
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound plm:PropertyGroup
used by
element Schedule
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      
catalogueId  xsd:string  optional      
optionRefs  plm:uriReferenceListType  optional      
propertyRefs  plm:uriReferenceListType  optional      
customerName  xsd:string  optional      
customerNumber  xsd:string  optional      
customerNameRef  plm:anyURIType  optional      
customerNumberRef  plm:anyURIType  optional      
activeBaselineRef  plm:anyURIType  optional      
baselineRefs  plm:uriReferenceListType  optional      
annotation
documentation

      Represents a schedule.

      Attributes:

      name:           Inherited from StructureBase.
      customerName:   The name of the customer.
      customerNumber: The number of the customer.
      customerNameRef: References a multiple language version of customerName.
                      If multiple language support is required, customerNameRef
                      should be used in addition to customerName.
      customerNumberRef: References a multiple language version of
                      customerNumber. If multiple language support is required,
                      customerNumberRef should be used in addition to
                      customerNumber.
      activeBaselineRef: References the active baseline schedule.
      baselineRefs:   References the related baseline schedules.

      Sub-elements:

      Description:    Inherited from StructureBase.
     
source <xsd:complexType name="ScheduleType">
 
<xsd:annotation>
   
<xsd:documentation>
      Represents a schedule.

      Attributes:

      name:           Inherited from StructureBase.
      customerName:   The name of the customer.
      customerNumber: The number of the customer.
      customerNameRef: References a multiple language version of customerName.
                      If multiple language support is required, customerNameRef
                      should be used in addition to customerName.
      customerNumberRef: References a multiple language version of
                      customerNumber. If multiple language support is required,
                      customerNumberRef should be used in addition to
                      customerNumber.
      activeBaselineRef: References the active baseline schedule.
      baselineRefs:   References the related baseline schedules.

      Sub-elements:

      Description:    Inherited from StructureBase.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:StructureBase">
     
<xsd:attribute name="customerName" type="xsd:string" use="optional"/>
     
<xsd:attribute name="customerNumber" type="xsd:string" use="optional"/>
     
<xsd:attribute name="customerNameRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/>
     
<xsd:attribute name="customerNumberRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/>
     
<xsd:attribute name="activeBaselineRef" type="plm:anyURIType" use="optional" plm:refType="plm:Schedule"/>
     
<xsd:attribute name="baselineRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Schedule"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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

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

attribute ScheduleType/@customerNameRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="customerNameRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/>

attribute ScheduleType/@customerNumberRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="customerNumberRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/>

attribute ScheduleType/@activeBaselineRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="activeBaselineRef" type="plm:anyURIType" use="optional" plm:refType="plm:Schedule"/>

attribute ScheduleType/@baselineRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="baselineRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Schedule"/>


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