diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:AttribOwnerBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="DocumentBase" abstract="true"> <xsd:annotation> <xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">sdkname=DocumentBase</xsd:appinfo> <xsd:documentation> This class corresponds to a top-level (root) element in a PLMXML file. Attributes: author: Author. date: Date modified. time: Time modified. language: Language used, e.g. in comments. schemaVersion: Version of the schema this file was written for, e.g. "3.0". referenceSearchPaths: A space-separated sequence of URIs or other strings used by the Application to specify base URIs or other contexts to enable relative URIs in the document to be resolved. The URIs should be processed in sequence. languages: A list of the ISO 639-1 codes for the languages, separated by spaces, that the document contains. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:AttribOwnerBase"> <xsd:attribute name="schemaVersion" type="xsd:decimal" use="required"/> <xsd:attribute name="author" type="xsd:string" use="required"/> <xsd:attribute name="time" type="xsd:time" use="required"/> <xsd:attribute name="date" type="xsd:date" use="required"/> <xsd:attribute name="language" type="xsd:language" default="en"/> <xsd:attribute name="referenceSearchPaths" type="xsd:string" use="optional"/> <xsd:attribute name="languages" type="xsd:string" default="en"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | xsd:decimal | ||
properties |
|
||
source | <xsd:attribute name="schemaVersion" type="xsd:decimal" use="required"/> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="author" type="xsd:string" use="required"/> |
type | xsd:time | ||
properties |
|
||
source | <xsd:attribute name="time" type="xsd:time" use="required"/> |
type | xsd:date | ||
properties |
|
||
source | <xsd:attribute name="date" type="xsd:date" use="required"/> |
type | xsd:language | ||
properties |
|
||
source | <xsd:attribute name="language" type="xsd:language" default="en"/> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="referenceSearchPaths" type="xsd:string" use="optional"/> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="languages" type="xsd:string" default="en"/> |