complexType ViewType
diagram
version V2_1
namespace https://www.wipo.int/standards/XMLSchema/ST96/Design
children com:FileName dgn:ViewIdentifier dgn:ViewFileFormatCategory com:Caption com:ColourIndicator dgn:RepresentationFormCategory dgn:ViewClassification dgn:ViewTypeCategory com:HeightMeasure com:WidthMeasure
used by
element dgn:View
source <xsd:complexType name="ViewType">
<xsd:sequence>
<xsd:element ref="com:FileName">
</xsd:element>
<xsd:element ref="dgn:ViewIdentifier" minOccurs="0">
</xsd:element>
<xsd:element ref="dgn:ViewFileFormatCategory" minOccurs="0">
</xsd:element>
<xsd:element ref="com:Caption" minOccurs="0">
</xsd:element>
<xsd:element ref="com:ColourIndicator" minOccurs="0">
</xsd:element>
<xsd:element ref="dgn:RepresentationFormCategory" minOccurs="0">
</xsd:element>
<xsd:element ref="dgn:ViewClassification" minOccurs="0">
</xsd:element>
<xsd:element ref="dgn:ViewTypeCategory" minOccurs="0">
</xsd:element>
<xsd:element ref="com:HeightMeasure" minOccurs="0">
</xsd:element>
<xsd:element ref="com:WidthMeasure" minOccurs="0">
</xsd:element>
</xsd:sequence>
</xsd:complexType>