Showing:

Annotations
Attributes
Diagrams
Facets
Model
Properties
Source
Used by
Element FileRecord / FileName
Namespace No namespace
Diagram
Diagrame-document-3_1_14_xsd_Simple_Type_NormalTextType.tmp#NormalTextType
Type NormalTextType
Properties
content simple
minOccurs 0
Facets
maxLength 100
Source
<xs:element minOccurs="0" name="FileName" type="NormalTextType"/>
Element FileRecord / FileType
Namespace No namespace
Diagram
Diagrame-document-3_1_14_xsd_Simple_Type_ShortTextType.tmp#ShortTextType
Type ShortTextType
Properties
content simple
minOccurs 0
Facets
maxLength 50
Source
<xs:element minOccurs="0" name="FileType" type="ShortTextType"/>
Element FileRecord / FileBase64
Namespace No namespace
Diagram
Diagrame-document-3_1_14_xsd_Simple_Type_Base64Binary.tmp#Base64Binary
Type Base64Binary
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="FileBase64" type="Base64Binary"/>
Element FileRecord / FileURL
Namespace No namespace
Diagram
Diagrame-document-3_1_14_xsd_Simple_Type_NormalTextType.tmp#NormalTextType
Type NormalTextType
Properties
content simple
minOccurs 0
Facets
maxLength 100
Source
<xs:element minOccurs="0" name="FileURL" type="NormalTextType"/>
Element FileRecord / FileEncryption
Namespace No namespace
Diagram
Diagrame-document-3_1_14_xsd_Simple_Type_YesNoType.tmp#YesNoType
Type YesNoType
Properties
content simple
minOccurs 0
Facets
pattern (\c+) & ((YES)|(NO)|(yes)|(no))
Source
<xs:element minOccurs="0" name="FileEncryption" type="YesNoType"/>
Element FileRecord / FileSize
Namespace No namespace
Diagram
Diagrame-document-3_1_14_xsd_Simple_Type_PositiveNumType.tmp#PositiveNumType
Type PositiveNumType
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="FileSize" type="PositiveNumType"/>
Element FileRecord / FileDescriptionCode
Namespace No namespace
Diagram
Diagrame-document-3_1_14_xsd_Simple_Type_FileDescriptionCodeType.tmp#FileDescriptionCodeType
Type FileDescriptionCodeType
Properties
content simple
minOccurs 0
Facets
pattern (\c+) & ((visual)|(auditlog)|(invoicexml)|(misc))
Source
<xs:element minOccurs="0" name="FileDescriptionCode" type="FileDescriptionCodeType"/>
Element FileRecord / FileDescription
Namespace No namespace
Diagram
Diagrame-document-3_1_14_xsd_Simple_Type_NormalTextType.tmp#NormalTextType
Type NormalTextType
Properties
content simple
minOccurs 0
Facets
maxLength 100
Source
<xs:element minOccurs="0" name="FileDescription" type="NormalTextType"/>
Element FileRecord / CreatedBy
Namespace No namespace
Annotations
User's or system's name who added the file
Diagram
Diagrame-document-3_1_14_xsd_Simple_Type_NormalTextType.tmp#NormalTextType
Type NormalTextType
Properties
content simple
minOccurs 0
Facets
maxLength 100
Source
<xs:element minOccurs="0" name="CreatedBy" type="NormalTextType">
  <!-- 3.1.13: ADDED element-->
  <xs:annotation>
    <xs:documentation>User's or system's name who added the file</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type FileRecord
Namespace No namespace
Diagram
Diagrame-document-3_1_14_xsd_Complex_Type_FileRecord.tmp#FileRecord_fileIDe-document-3_1_14_xsd_Complex_Type_FileRecord.tmp#FileRecord_FileNamee-document-3_1_14_xsd_Complex_Type_FileRecord.tmp#FileRecord_FileTypee-document-3_1_14_xsd_Complex_Type_FileRecord.tmp#FileRecord_FileBase64e-document-3_1_14_xsd_Complex_Type_FileRecord.tmp#FileRecord_FileURLe-document-3_1_14_xsd_Complex_Type_FileRecord.tmp#FileRecord_FileEncryptione-document-3_1_14_xsd_Complex_Type_FileRecord.tmp#FileRecord_FileSizee-document-3_1_14_xsd_Complex_Type_FileRecord.tmp#FileRecord_FileDescriptionCodee-document-3_1_14_xsd_Complex_Type_FileRecord.tmp#FileRecord_FileDescriptione-document-3_1_14_xsd_Complex_Type_FileRecord.tmp#FileRecord_CreatedBy
Used by
Model
Children CreatedBy, FileBase64, FileDescription, FileDescriptionCode, FileEncryption, FileName, FileSize, FileType, FileURL
Attributes
QName Type Use
fileID ShortTextType optional
Source
<xs:complexType name="FileRecord">
  <xs:all>
    <xs:element minOccurs="0" name="FileName" type="NormalTextType"/>
    <xs:element minOccurs="0" name="FileType" type="ShortTextType"/>
    <xs:element minOccurs="0" name="FileBase64" type="Base64Binary"/>
    <xs:element minOccurs="0" name="FileURL" type="NormalTextType"/>
    <!-- 3.1.13: ADDED element-->
    <xs:element minOccurs="0" name="FileEncryption" type="YesNoType"/>
    <xs:element minOccurs="0" name="FileSize" type="PositiveNumType"/>
    <xs:element minOccurs="0" name="FileDescriptionCode" type="FileDescriptionCodeType"/>
    <xs:element minOccurs="0" name="FileDescription" type="NormalTextType"/>
    <xs:element minOccurs="0" name="CreatedBy" type="NormalTextType">
      <!-- 3.1.13: ADDED element-->
      <xs:annotation>
        <xs:documentation>User's or system's name who added the file</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
  <xs:attribute name="fileID" type="ShortTextType" use="optional"/>
</xs:complexType>
Attribute FileRecord / @fileID
Namespace No namespace
Type ShortTextType
Properties
use optional
Facets
maxLength 50
Used by
Complex Type FileRecord
Source
<xs:attribute name="fileID" type="ShortTextType" use="optional"/>