diagram | |||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:AttributeBase | ||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:html plm:Redline plm:EntityRef | ||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="author" type="xsd:string" use="optional"/> |
type | xsd:time | ||
properties |
|
||
source | <xsd:attribute name="time" type="xsd:time" use="optional"/> |
type | xsd:date | ||
properties |
|
||
source | <xsd:attribute name="date" type="xsd:date" use="optional"/> |
diagram | |||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||
properties |
|
||||||
attributes |
|
||||||
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> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | plm:PolyLineType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:PropertyGroup plm:StartPoint plm:EndPoint plm:SamplePoints plm:Points | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:element name="Redline" type="plm:PolyLineType" minOccurs="0" maxOccurs="unbounded"/> |