complexType SchemaType
diagram plmxml_diagrams/plmxml_p485.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:IdBase
properties
base plm:IdBase
used by
element DocumentHeaderType/Schema
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
schemaRef  plm:anyURIType  optional      
annotation
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.
     
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>

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


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