complexType MarkupType
diagram plmxml_diagrams/plmxml_p378.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttributeBase
properties
base plm:AttributeBase
children plm:Description plm:ApplicationRef plm:html plm:Redline plm:EntityRef
used by
element Markup
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
author  xsd:string  optional      
time  xsd:time  optional      
date  xsd:date  optional      
annotation
documentation

      The redline markup element for PLMXML - is a simple annotation
      type that describes its textual data via the xhtml spec. Thus
      the text can include format and font information as per a
      normal html document.
      The redline element(s) is defined via simple polyline geometric
      element and references to related entities can be made via the
      'EntityRef' element.
     
appinfo
output=ignore
source <xsd:complexType name="MarkupType">
 
<xsd:annotation>
   
<xsd:documentation>
      The redline markup element for PLMXML - is a simple annotation
      type that describes its textual data via the xhtml spec. Thus
      the text can include format and font information as per a
      normal html document.
      The redline element(s) is defined via simple polyline geometric
      element and references to related entities can be made via the
      'EntityRef' element.
     
</xsd:documentation>
   
<xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">output=ignore</xsd:appinfo>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttributeBase">
     
<xsd:sequence>
       
<xsd:element name="html">
         
<xsd:complexType>
           
<xsd:sequence>
             
<xsd:any namespace="http://www.w3.org/1999/xhtml" processContents="skip" maxOccurs="unbounded"/>
           
</xsd:sequence>
           
<xsd:anyAttribute namespace="http://www.w3.org/1999/xhtml"/>
         
</xsd:complexType>
       
</xsd:element>
       
<xsd:element name="Redline" type="plm:PolyLineType" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element ref="plm:EntityRef" minOccurs="0" maxOccurs="unbounded"/>
     
</xsd:sequence>
     
<xsd:attribute name="author" type="xsd:string" use="optional"/>
     
<xsd:attribute name="time" type="xsd:time" use="optional"/>
     
<xsd:attribute name="date" type="xsd:date" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute MarkupType/@author
type xsd:string
properties
use optional
source <xsd:attribute name="author" type="xsd:string" use="optional"/>

attribute MarkupType/@time
type xsd:time
properties
use optional
source <xsd:attribute name="time" type="xsd:time" use="optional"/>

attribute MarkupType/@date
type xsd:date
properties
use optional
source <xsd:attribute name="date" type="xsd:date" use="optional"/>

element MarkupType/html
diagram plmxml_diagrams/plmxml_p379.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
source <xsd:element name="html">
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:any namespace="http://www.w3.org/1999/xhtml" processContents="skip" maxOccurs="unbounded"/>
   
</xsd:sequence>
   
<xsd:anyAttribute namespace="http://www.w3.org/1999/xhtml"/>
 
</xsd:complexType>
</xsd:element>

element MarkupType/Redline
diagram plmxml_diagrams/plmxml_p380.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:PolyLineType
properties
minOcc 0
maxOcc unbounded
content complex
children plm:Description plm:ApplicationRef plm:Attribute plm:PropertyGroup plm:StartPoint plm:EndPoint plm:SamplePoints plm:Points
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
entityRef  plm:anyURIType  optional      
propertyRefs  plm:uriReferenceListType  optional      
startT  xsd:double  optional      
endT  xsd:double  optional      
closed  xsd:boolean    false    
dimension  plm:PolyLineDimensionType    3    
type  xsd:string  optional      
source <xsd:element name="Redline" type="plm:PolyLineType" minOccurs="0" maxOccurs="unbounded"/>


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