This element describes the payload of an generic package. NOTE: in some cases it is not possible to determine the exact layout of payload data in a pacakge and the content section can be excluded. In these cases the structure nd layout of the content section can be determined from the type and sub-type of the package |
<xs:element name="Content" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">This element describes the payload of an generic package. NOTE: in some cases it is not possible to determine the exact layout of payload data in a pacakge and the content section can be excluded. In these cases the structure nd layout of the content section can be determined from the type and sub-type of the package</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="StartOffset" type="xs:unsignedInt" default="0" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">This element is used to indicate at what values the offset location values should start. The default value is 0</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Mapping" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation xml:lang="en">This element defines the placement of a parameter in a package |