complexType SoftwareType
diagram plmxml_diagrams/plmxml_p1052.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 Software
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      
softwareType  plm:SoftwareEnum  optional      
alternateForRef  plm:anyURIType  optional      
annotation
documentation

      Software is a subclass of Structure representing a piece of embedded Software,
      e.g. in an ECU.
     
      Attributes:
     
      softwareType:  the type of the software - "application", "calibration",
                     "bootLoader" or "configuration".
                    
      alternateForRef:  An 'alternate' Software is one which is substitutable, in all
                     contexts, for a particular Software. If this is an 'alternate'
                     Software, then this attribute references the Software for which
                     this is an alternate.
     
source <xsd:complexType name="SoftwareType">
 
<xsd:annotation>
   
<xsd:documentation>
      Software is a subclass of Structure representing a piece of embedded Software,
      e.g. in an ECU.
     
      Attributes:
     
      softwareType:  the type of the software - "application", "calibration",
                     "bootLoader" or "configuration".
                    
      alternateForRef:  An 'alternate' Software is one which is substitutable, in all
                     contexts, for a particular Software. If this is an 'alternate'
                     Software, then this attribute references the Software for which
                     this is an alternate.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:StructureBase">
     
<xsd:attribute name="softwareType" type="plm:SoftwareEnum" use="optional"/>
     
<xsd:attribute name="alternateForRef" type="plm:anyURIType" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute SoftwareType/@softwareType
type plm:SoftwareEnum
properties
use optional
facets
Kind Value Annotation
enumeration application
enumeration calibration
enumeration bootLoader
enumeration configuration
source <xsd:attribute name="softwareType" type="plm:SoftwareEnum" use="optional"/>

attribute SoftwareType/@alternateForRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="alternateForRef" type="plm:anyURIType" use="optional"/>


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