complexType TransferModeType
diagram plmxml_diagrams/plmxml_p1686.png
namespace http://www.plmxml.org/Schemas/PLMXMLBusinessSchema
type extension of bus:BusinessDataDefBase
properties
base bus:BusinessDataDefBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
element TransferMode
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      
contextString  xsd:string  optional      
direction  bus:TransferModeDirectionType  required      
incremental  xsd:boolean  optional  false    
closureRule  xsd:anyURI  optional      
appinfo
validate=skipName
filter  xsd:anyURI  optional      
appinfo
validate=skipName
propertySet  xsd:anyURI  optional      
appinfo
validate=skipName
configObjects  plm:uriReferenceListType  optional      
appinfo
validate=skipName
xsltFiles  plm:uriReferenceListType  optional      
appinfo
validate=skipName
actionList  plm:uriReferenceListType  optional      
appinfo
validate=skipName
annotation
documentation

      Represents the TransferMode information for PLM XML based Import/Export from TC.
                            
      Attributes:
                             
      contextString       User Specified String that the TransferMode carries.
      direction           Import or Export Mode.
      incremental         Specified whether the mode defines full transfer or incremental transfer
      closureRule         Reference to a Closure Rule Element
      filter              Reference to a Filter Element
      propertySet         Reference to a PropertySet Element

      configObjects       Reference to either Context Objects or individual configuration
                          objects i.e. Saved Variant Rule and/or Revision Rule.
      xsltFiles           Reference to ExternalFile elements that contain XSLT Transform file links.
      actionList          Reference to ApplicationToolDef
     
source <xsd:complexType name="TransferModeType">
 
<xsd:annotation>
   
<xsd:documentation>
      Represents the TransferMode information for PLM XML based Import/Export from TC.
                            
      Attributes:
                             
      contextString       User Specified String that the TransferMode carries.
      direction           Import or Export Mode.
      incremental         Specified whether the mode defines full transfer or incremental transfer
      closureRule         Reference to a Closure Rule Element
      filter              Reference to a Filter Element
      propertySet         Reference to a PropertySet Element

      configObjects       Reference to either Context Objects or individual configuration
                          objects i.e. Saved Variant Rule and/or Revision Rule.
      xsltFiles           Reference to ExternalFile elements that contain XSLT Transform file links.
      actionList          Reference to ApplicationToolDef
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="bus:BusinessDataDefBase">
     
<xsd:attribute name="contextString" type="xsd:string" use="optional"/>
     
<xsd:attribute name="direction" type="bus:TransferModeDirectionType" use="required"/>
     
<xsd:attribute name="incremental" type="xsd:boolean" use="optional" default="false"/>
     
<xsd:attribute name="closureRule" type="xsd:anyURI" use="optional" plm:refType="bus:ClosureRule">
       
<xsd:annotation>
         
<xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">validate=skipName</xsd:appinfo>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="filter" type="xsd:anyURI" use="optional" plm:refType="bus:FilterRule">
       
<xsd:annotation>
         
<xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">validate=skipName</xsd:appinfo>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="propertySet" type="xsd:anyURI" use="optional" plm:refType="bus:PropertySet">
       
<xsd:annotation>
         
<xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">validate=skipName</xsd:appinfo>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="configObjects" type="plm:uriReferenceListType" use="optional">
       
<xsd:annotation>
         
<xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">validate=skipName</xsd:appinfo>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="xsltFiles" type="plm:uriReferenceListType" use="optional" plm:refType="plm:ExternalFile">
       
<xsd:annotation>
         
<xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">validate=skipName</xsd:appinfo>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="actionList" type="plm:uriReferenceListType" use="optional" plm:refType="bus:ApplicationToolDef">
       
<xsd:annotation>
         
<xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">validate=skipName</xsd:appinfo>
       
</xsd:annotation>
     
</xsd:attribute>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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

attribute TransferModeType/@direction
type bus:TransferModeDirectionType
properties
use required
facets
Kind Value Annotation
enumeration tceng2plmxml
enumeration plmxml2tceng
enumeration toPLMXML
enumeration fromPLMXML
source <xsd:attribute name="direction" type="bus:TransferModeDirectionType" use="required"/>

attribute TransferModeType/@incremental
type xsd:boolean
properties
use optional
default false
source <xsd:attribute name="incremental" type="xsd:boolean" use="optional" default="false"/>

attribute TransferModeType/@closureRule
type xsd:anyURI
properties
use optional
annotation
appinfo
validate=skipName
source <xsd:attribute name="closureRule" type="xsd:anyURI" use="optional" plm:refType="bus:ClosureRule">
 
<xsd:annotation>
   
<xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">validate=skipName</xsd:appinfo>
 
</xsd:annotation>
</xsd:attribute>

attribute TransferModeType/@filter
type xsd:anyURI
properties
use optional
annotation
appinfo
validate=skipName
source <xsd:attribute name="filter" type="xsd:anyURI" use="optional" plm:refType="bus:FilterRule">
 
<xsd:annotation>
   
<xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">validate=skipName</xsd:appinfo>
 
</xsd:annotation>
</xsd:attribute>

attribute TransferModeType/@propertySet
type xsd:anyURI
properties
use optional
annotation
appinfo
validate=skipName
source <xsd:attribute name="propertySet" type="xsd:anyURI" use="optional" plm:refType="bus:PropertySet">
 
<xsd:annotation>
   
<xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">validate=skipName</xsd:appinfo>
 
</xsd:annotation>
</xsd:attribute>

attribute TransferModeType/@configObjects
type plm:uriReferenceListType
properties
use optional
annotation
appinfo
validate=skipName
source <xsd:attribute name="configObjects" type="plm:uriReferenceListType" use="optional">
 
<xsd:annotation>
   
<xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">validate=skipName</xsd:appinfo>
 
</xsd:annotation>
</xsd:attribute>

attribute TransferModeType/@xsltFiles
type plm:uriReferenceListType
properties
use optional
annotation
appinfo
validate=skipName
source <xsd:attribute name="xsltFiles" type="plm:uriReferenceListType" use="optional" plm:refType="plm:ExternalFile">
 
<xsd:annotation>
   
<xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">validate=skipName</xsd:appinfo>
 
</xsd:annotation>
</xsd:attribute>

attribute TransferModeType/@actionList
type plm:uriReferenceListType
properties
use optional
annotation
appinfo
validate=skipName
source <xsd:attribute name="actionList" type="plm:uriReferenceListType" use="optional" plm:refType="bus:ApplicationToolDef">
 
<xsd:annotation>
   
<xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">validate=skipName</xsd:appinfo>
 
</xsd:annotation>
</xsd:attribute>


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