| diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| type | extension of plm:StructureBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| children | plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound plm:PropertyGroup | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 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> |
| type | plm:SoftwareEnum | |||||||||||||||
| properties |
|
|||||||||||||||
| facets |
|
|||||||||||||||
| source | <xsd:attribute name="softwareType" type="plm:SoftwareEnum" use="optional"/> |
| type | plm:anyURIType | ||
| properties |
|
||
| source | <xsd:attribute name="alternateForRef" type="plm:anyURIType" use="optional"/> |