<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
  <ribbon startFromScratch="false">
    <tabs>
      <tab id="custTabEdu" label="Edu Systems">
        <group id="StudGroup" label="Students">
          <button id="btnNewStud" imageMso="RecordsAddFromOutlook"
            size="large" label="Add Student"
            screentip="Add Student" supertip="Enter new student information" 
            onAction="OpenStudentDetails" />
          <button id="btnViewAllStud" imageMso="ShowDetailsPage"
            size="large" label="View Students"
            screentip="View Students" 
            supertip="View Current Students"
            onAction="OpenStudentList" />
        </group>
        <group id="ToolsGroup" label="Special Commands">
          <button idMso="FilePrintQuick" size="normal" />
          <button idMso="FileSendAsAttachment" size="normal" />
        </group>
     </tab>
   </tabs>
  </ribbon>
</customUI>
