<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<xs:schema version="1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema">

  <xs:element name="contentAttribute" type="jaxbContentAttribute"/>

  <xs:complexType name="jaxbContentAttribute">
    <xs:sequence>
      <xs:element name="contentId" type="xs:string"/>
      <xs:element name="attributeName" type="xs:string"/>
      <xs:element name="langCode" type="xs:string"/>
      <xs:element name="value" type="xs:string"/>
    </xs:sequence>
  </xs:complexType>
</xs:schema>

