ObjectDefinitionHeaderType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
issuedBy ShortStringType optional
rulesetIssuedDateTime DateTimeType optional
rulesetUniqueID ShortStringType optional
rulesetVersion ShortStringType optional

Used By

Source

<xs:complexType name="ObjectDefinitionHeaderType">
  <xs:complexContent>
    <xs:extension base="HeaderType">
      <xs:attribute name="rulesetVersion" type="adsml:ShortStringType"/>
      <xs:attribute name="rulesetUniqueID" type="adsml:ShortStringType"/>
      <xs:attribute name="rulesetIssuedDateTime" type="adsml:DateTimeType"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>