The Name element is the fully qualified identifier (URI) of the file.
Diagram
Type
xs:token
Properties
content
simple
Source
<xs:element name="Name" type="xs:token"><xs:annotation><xs:documentation>The Name element is the fully qualified identifier (URI) of the file.</xs:documentation></xs:annotation></xs:element>
The optional Version element is the version number of the file.
Diagram
Type
xs:token
Properties
content
simple
minOccurs
0
Source
<xs:element name="Version" type="xs:token" minOccurs="0"><xs:annotation><xs:documentation>The optional Version element is the version number of the file.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Format" type="DigitalModelFormatType" minOccurs="0"><xs:annotation><xs:documentation>The optional Format element is the file format.</xs:documentation></xs:annotation></xs:element>
<xs:complexType name="FileType"><xs:annotation><xs:documentation>The FileType defines file information.</xs:documentation></xs:annotation><xs:sequence><xs:element name="Name" type="xs:token"><xs:annotation><xs:documentation>The Name element is the fully qualified identifier (URI) of the file.</xs:documentation></xs:annotation></xs:element><xs:element name="Version" type="xs:token" minOccurs="0"><xs:annotation><xs:documentation>The optional Version element is the version number of the file.</xs:documentation></xs:annotation></xs:element><xs:element name="Format" type="DigitalModelFormatType" minOccurs="0"><xs:annotation><xs:documentation>The optional Format element is the file format.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType>