diagram | |||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||
type | extension of plm:IdBase | ||||||||||||||||||
properties |
|
||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xsd:complexType name="SchemaType"> <xsd:annotation> <xsd:documentation> This element contains or references an XML Schema used by the document it occurs in. The schema may be a full schema, or a 'skeleton' schema only provided to convey type hierarchy information. Attributes: schemaRef: URI Reference to schema file Elements: The actual schema, in the xsd namespace. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:IdBase"> <xsd:sequence> <xsd:any namespace="##any" processContents="strict" maxOccurs="unbounded"/> <!-- have to use ##any to allow for appinfo elements --> </xsd:sequence> <xsd:attribute name="schemaRef" type="plm:anyURIType" use="optional"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="schemaRef" type="plm:anyURIType" use="optional"/> |