xdw v3 oasis

Element : TAttachmentInfo (XML Type: tAttachmentInfo )


Summary

Package : oasis

XML Type : tAttachmentInfo


Attributes
Name Type cardinality Comment
identifier
Element : identifier
String 1...1
name
Element : name
String 1...1
accessType
Element : accessType
String 1...1
contentType
Element : contentType
String 1...1
contentCategory
Element : contentCategory
String 1...1
attachedTime
Element : attachedTime
String 1...1
attachedBy
Element : attachedBy
java.lang.String 1...1
any
ElementWildcard : any
EFeatureMapEntry 0...*

Constraints

There are no specific rules for this element.


Schema declaration
<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="tAttachmentInfo">
    
<xsd:sequence>
      
<xsd:element name="identifier" type="xsd:anyURI" />
      
<xsd:element name="name" type="xsd:string" />
      
<xsd:element name="accessType" type="xsd:string" />
      
<xsd:element name="contentType" type="xsd:string" />
      
<xsd:element name="contentCategory" type="xsd:anyURI" />
      
<xsd:element name="attachedTime" type="xsd:dateTime" />
      
<xsd:element name="attachedBy" type="tUser" />
      
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="lax" />
    
</xsd:sequence>
  
</xsd:complexType>