diagram |
|
namespace |
http://www.plmxml.org/Schemas/PLMXMLSchema |
type |
extension of plm:AttribOwnerBase |
properties |
|
children |
plm:Description plm:ApplicationRef plm:Attribute |
used by |
|
attributes |
|
source |
<xsd:complexType name="VaultType">
<xsd:annotation>
<xsd:documentation/>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="plm:AttribOwnerBase">
<xsd:attribute name="nodeName" type="xsd:string"/>
<xsd:attribute name="machineType" type="plm:MachineTypesType"/>
<xsd:attribute name="path" type="xsd:string"/>
<xsd:attribute name="shadowNodeName" type="xsd:string" use="optional"/>
<xsd:attribute name="shadowMachineType" type="plm:MachineTypesType" use="optional"/>
<xsd:attribute name="shadowPath" type="xsd:string" use="optional"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType> |